C# 클래스 Org.IdentityConnectors.Framework.Impl.Server.ConnectionListener

파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
ConnectionListener ( ConnectorServerImpl server, TcpListener socket )

Creates the listener thread

Run ( ) : void
Shutdown ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
IsStopped ( ) : bool
MarkStopped ( ) : void

메소드 상세

ConnectionListener() 공개 메소드

Creates the listener thread
public ConnectionListener ( ConnectorServerImpl server, TcpListener socket )
server ConnectorServerImpl The server object
socket TcpListener The socket (should already be bound)

Run() 공개 메소드

public Run ( ) : void
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void