C# 클래스 Org.Openengsb.Loom.CSharp.Bridge.Implementation.RegistrationFunctions

파일 보기 프로젝트 열기: openengsb/loom-csharp

공개 메소드들

메소드 설명
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

메소드 상세

GetAliveState() 공개 메소드

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

RegistrationFunctions() 공개 메소드

public RegistrationFunctions ( ) : System
리턴 System

RegistrationFunctions() 공개 메소드

public RegistrationFunctions ( log4net.ILog logger ) : System
logger log4net.ILog
리턴 System

SetConnectorId() 공개 메소드

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

SetDomainId() 공개 메소드

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