C# Class Brunet.Connections.LocalConnectionOverlord

Inheritance: Brunet.Connections.ConnectionOverlord, IRpcHandler
Afficher le fichier Open project: johnynek/brunet

Méthodes publiques

Свойство Type Description
MAX_LC int
struc_local string

Protected Properties

Свойство Type Description
_active bool
_allow_localcons bool
_last_activate_call System.DateTime
_last_announce_call System.DateTime
_local_addresses List
_local_cons int
_rpc Brunet.Messaging.RpcManager
_sync Object
addr_compare AHAddressComparer

Méthodes publiques

Méthode Description
Activate ( ) : void
CheckConnection ( object o, EventArgs ea ) : void
HandleRpc ( ISender caller, string method, IList args, object rs ) : void
LocalConnectionOverlord ( Node node ) : System

Méthodes protégées

Méthode Description
Announce ( ) : void
ConnectHandler ( object tab, EventArgs eargs ) : void
DisconnectHandler ( object tab, EventArgs eargs ) : void
GetInformation ( ) : Hashtable
HandleGetInformation ( Object o, EventArgs ea ) : void
StateChangeHandler ( Node n, Node state ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

Announce() protected méthode

protected Announce ( ) : void
Résultat void

CheckConnection() public méthode

public CheckConnection ( object o, EventArgs ea ) : void
o object
ea System.EventArgs
Résultat void

ConnectHandler() protected méthode

protected ConnectHandler ( object tab, EventArgs eargs ) : void
tab object
eargs System.EventArgs
Résultat void

DisconnectHandler() protected méthode

protected DisconnectHandler ( object tab, EventArgs eargs ) : void
tab object
eargs System.EventArgs
Résultat void

GetInformation() protected méthode

protected GetInformation ( ) : Hashtable
Résultat System.Collections.Hashtable

HandleGetInformation() protected méthode

protected HandleGetInformation ( Object o, EventArgs ea ) : void
o Object
ea System.EventArgs
Résultat void

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

LocalConnectionOverlord() public méthode

public LocalConnectionOverlord ( Node node ) : System
node Node
Résultat System

StateChangeHandler() protected méthode

protected StateChangeHandler ( Node n, Node state ) : void
n Node
state Node
Résultat void

Property Details

MAX_LC public_oe static_oe property

public static int MAX_LC
Résultat int

_active protected_oe property

protected bool _active
Résultat bool

_allow_localcons protected_oe property

protected bool _allow_localcons
Résultat bool

_last_activate_call protected_oe property

protected DateTime,System _last_activate_call
Résultat System.DateTime

_last_announce_call protected_oe property

protected DateTime,System _last_announce_call
Résultat System.DateTime

_local_addresses protected_oe property

protected List _local_addresses
Résultat List

_local_cons protected_oe property

protected int _local_cons
Résultat int

_rpc protected_oe property

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

_sync protected_oe property

protected Object _sync
Résultat Object

addr_compare protected_oe property

protected AHAddressComparer addr_compare
Résultat AHAddressComparer

struc_local public_oe static_oe property

public static string struc_local
Résultat string