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

Afficher le fichier Open project: openengsb/loom-csharp

Méthodes publiques

Méthode 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 méthode

Get invokes, when the OpenEngSB checks the connections
public GetAliveState ( ) : AliveState
Résultat AliveState

RegistrationFunctions() public méthode

public RegistrationFunctions ( ) : System
Résultat System

RegistrationFunctions() public méthode

public RegistrationFunctions ( log4net.ILog logger ) : System
logger log4net.ILog
Résultat System

SetConnectorId() public méthode

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

SetDomainId() public méthode

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