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

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

공개 메소드들

메소드 설명
BeginRequest ( ) : void
DumpRequests ( ) : void
EndRequest ( ) : void
IsStarted ( ) : bool
Start ( ) : void
StartTime ( ) : long
Stop ( ) : void

비공개 메소드들

메소드 설명
CreateServerSocket ( ) : TcpListener
DumpStats ( RequestStats stats, StringBuilder builder, long currentTime ) : void
GetStackTrace ( Thread thread ) : StackTrace

메소드 상세

BeginRequest() 공개 메소드

public BeginRequest ( ) : void
리턴 void

DumpRequests() 공개 메소드

public DumpRequests ( ) : void
리턴 void

EndRequest() 공개 메소드

public EndRequest ( ) : void
리턴 void

IsStarted() 공개 메소드

public IsStarted ( ) : bool
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartTime() 공개 메소드

public StartTime ( ) : long
리턴 long

Stop() 공개 메소드

public Stop ( ) : void
리턴 void