C# Class Brunet.Transport.PathEdgeListener

Inheritance: EdgeListener
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Méthodes publiques

Méthode Description
CreateEdgeTo ( TransportAddress ta, EdgeListener ecb ) : void
PathEdgeListener ( PathELManager pem, string path, EdgeListener el ) : Brunet.Concurrent
SendPathEdgeEvent ( PathEdge pe ) : void
Start ( ) : void
Stop ( ) : void
UpdateLocalTAs ( Edge e, TransportAddress ta ) : void
UpdateRemoteTAs ( IList list, Edge e, TransportAddress ta ) : void

Méthodes protégées

Méthode Description
CloseHandler ( object o, EventArgs ea ) : void

Method Details

CloseHandler() protected méthode

protected CloseHandler ( object o, EventArgs ea ) : void
o object
ea System.EventArgs
Résultat void

CreateEdgeTo() public méthode

public CreateEdgeTo ( TransportAddress ta, EdgeListener ecb ) : void
ta TransportAddress
ecb EdgeListener
Résultat void

PathEdgeListener() public méthode

public PathEdgeListener ( PathELManager pem, string path, EdgeListener el ) : Brunet.Concurrent
pem PathELManager
path string
el EdgeListener
Résultat Brunet.Concurrent

SendPathEdgeEvent() public méthode

public SendPathEdgeEvent ( PathEdge pe ) : void
pe PathEdge
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

UpdateLocalTAs() public méthode

public UpdateLocalTAs ( Edge e, TransportAddress ta ) : void
e Edge
ta TransportAddress
Résultat void

UpdateRemoteTAs() public méthode

public UpdateRemoteTAs ( IList list, Edge e, TransportAddress ta ) : void
list IList
e Edge
ta TransportAddress
Résultat void