C# Class Brunet.Transport.EdgeCreationWrapper

Provides a wrapper for the creation of new Edges via ECB and EdgeEvent.
Show file Open project: pstjuste/brunet Class Usage Examples

Public Properties

Property Type Description
ExternalECB EdgeListener.EdgeCreationCallback
Parent WrapperEdgeListener
TA TransportAddress

Protected Properties

Property Type Description
_called int
_edge Edge
_exception System.Exception
_success bool

Public Methods

Method Description
Callback ( bool success, Edge e, Exception x ) : void
CreationCallback ( bool success, Edge e, Exception x ) : void
EdgeCreationWrapper ( TransportAddress ta, EdgeListener ecb, Edge edge, WrapperEdgeListener parent ) : System

Method Details

Callback() public method

public Callback ( bool success, Edge e, Exception x ) : void
success bool
e Edge
x System.Exception
return void

CreationCallback() public method

public CreationCallback ( bool success, Edge e, Exception x ) : void
success bool
e Edge
x System.Exception
return void

EdgeCreationWrapper() public method

public EdgeCreationWrapper ( TransportAddress ta, EdgeListener ecb, Edge edge, WrapperEdgeListener parent ) : System
ta TransportAddress
ecb EdgeListener
edge Edge
parent WrapperEdgeListener
return System

Property Details

ExternalECB public property

public EdgeListener.EdgeCreationCallback ExternalECB
return EdgeListener.EdgeCreationCallback

Parent public property

public WrapperEdgeListener,Brunet.Transport Parent
return WrapperEdgeListener

TA public property

public TransportAddress,Brunet.Transport TA
return TransportAddress

_called protected property

protected int _called
return int

_edge protected property

protected Edge _edge
return Edge

_exception protected property

protected Exception,System _exception
return System.Exception

_success protected property

protected bool _success
return bool