C# Class Brunet.Simulator.Tasks.ConnectionTask

Inheritance: Task
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
Node0 NodeMapping
Node1 NodeMapping
Secure bool

Protected Properties

Property Type Description
_are_connected AreConnected
_successful bool

Public Methods

Method Description
ConnectionTask ( NodeMapping node0, NodeMapping node1, bool secure, EventHandler finished ) : System
ToString ( ) : string

Protected Methods

Method Description
AreConnectedHandler ( ) : void
CreateSecurityAssociation ( ) : void
EstablishConnection ( ) : void
Finished ( ) : void
SecurityAssociationEstablished ( ) : void

Method Details

AreConnectedHandler() abstract protected method

abstract protected AreConnectedHandler ( ) : void
return void

ConnectionTask() public method

public ConnectionTask ( NodeMapping node0, NodeMapping node1, bool secure, EventHandler finished ) : System
node0 NodeMapping
node1 NodeMapping
secure bool
finished EventHandler
return System

CreateSecurityAssociation() protected method

protected CreateSecurityAssociation ( ) : void
return void

EstablishConnection() protected method

protected EstablishConnection ( ) : void
return void

Finished() protected method

protected Finished ( ) : void
return void

SecurityAssociationEstablished() abstract protected method

abstract protected SecurityAssociationEstablished ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Node0 public property

public NodeMapping Node0
return NodeMapping

Node1 public property

public NodeMapping Node1
return NodeMapping

Secure public property

public bool Secure
return bool

_are_connected protected property

protected AreConnected,Brunet.Simulator.Tasks _are_connected
return AreConnected

_successful protected property

protected bool _successful
return bool