C# Class Org.Openengsb.Loom.CSharp.Bridge.Implementation.RegistrationFunctions

Mostrar archivo Open project: openengsb/loom-csharp

Public Methods

Method Description
GetAliveState ( ) : AliveState

Get invokes, when the OpenEngSB checks the connections

RegistrationFunctions ( ) : System
RegistrationFunctions ( log4net.ILog logger ) : System
SetConnectorId ( String element ) : void

Part of the registration process

SetDomainId ( String element ) : void

Part of the registration process

Method Details

GetAliveState() public method

Get invokes, when the OpenEngSB checks the connections
public GetAliveState ( ) : AliveState
return AliveState

RegistrationFunctions() public method

public RegistrationFunctions ( ) : System
return System

RegistrationFunctions() public method

public RegistrationFunctions ( log4net.ILog logger ) : System
logger log4net.ILog
return System

SetConnectorId() public method

Part of the registration process
public SetConnectorId ( String element ) : void
element String Message from the server
return void

SetDomainId() public method

Part of the registration process
public SetDomainId ( String element ) : void
element String Message from the server
return void