C# Class Brunet.Transport.LocalDiscovery

Exchange TAs using IP multicast.
Inheritance: Discovery, IRpcHandler
Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство Type Description
EMPTY_LIST string[]

Protected Properties

Свойство Type Description
_iphandler Brunet.Messaging.IPHandler
_realm string
_rpc Brunet.Messaging.RpcManager

Méthodes publiques

Méthode Description
HandleRpc ( ISender caller, string method, IList args, object rs ) : void
LocalDiscovery ( ITAHandler ta_handler, string realm, RpcManager rpc, IPHandler iphandler ) : Brunet.Concurrent

Méthodes protégées

Méthode Description
HandleSeekTAs ( Object o, EventArgs ea ) : void

Incoming TAs are added to the ITAHandler

SeekTAs ( System.DateTime now ) : void

Seek TAs.

Method Details

HandleRpc() public méthode

public HandleRpc ( ISender caller, string method, IList args, object rs ) : void
caller ISender
method string
args IList
rs object
Résultat void

HandleSeekTAs() protected méthode

Incoming TAs are added to the ITAHandler
protected HandleSeekTAs ( Object o, EventArgs ea ) : void
o Object
ea System.EventArgs
Résultat void

LocalDiscovery() public méthode

public LocalDiscovery ( ITAHandler ta_handler, string realm, RpcManager rpc, IPHandler iphandler ) : Brunet.Concurrent
ta_handler ITAHandler
realm string
rpc Brunet.Messaging.RpcManager
iphandler Brunet.Messaging.IPHandler
Résultat Brunet.Concurrent

SeekTAs() protected méthode

Seek TAs.
protected SeekTAs ( System.DateTime now ) : void
now System.DateTime
Résultat void

Property Details

EMPTY_LIST public_oe static_oe property

public static string[] EMPTY_LIST
Résultat string[]

_iphandler protected_oe property

protected IPHandler,Brunet.Messaging _iphandler
Résultat Brunet.Messaging.IPHandler

_realm protected_oe property

protected string _realm
Résultat string

_rpc protected_oe property

protected RpcManager,Brunet.Messaging _rpc
Résultat Brunet.Messaging.RpcManager