C# 클래스 Tce.RpcCommunicator

상속: RpcMessageDispatcher.Client
파일 보기 프로젝트 열기: adoggie/TCE 1 사용 예제들

공개 메소드들

메소드 설명
addAdatper ( RpcAdapter adapter ) : void
createAdapter ( string id ) : RpcAdapter
createAdapterWithProxy ( String id, RpcProxyBase proxy ) : RpcAdapter
createConnection ( int type, string host, int port ) : RpcConnection
getLogger ( ) : RpcLogger
getProperty_DefaultCallWaitTime ( ) : int
getSystemDeviceID ( ) : string
getUniqueSequence ( ) : int
initialize ( string name, Settings settings = null ) : bool
instance ( ) : RpcCommunicator
registerConnection ( RpcConnection conn ) : void
shutdown ( ) : void
unregisterConnection ( RpcConnection conn ) : void
waitForShutdown ( ) : void

보호된 메소드들

메소드 설명
_timerCheckHealth ( object source, System e ) : void

비공개 메소드들

메소드 설명
RpcCommunicator ( ) : System
dequeueMessage ( int sequence ) : RpcMessage
dispatchMsg ( RpcMessage m ) : void
enqueueMessage ( int sequence, RpcMessage m ) : RpcCommunicator

메소드 상세

_timerCheckHealth() 보호된 메소드

protected _timerCheckHealth ( object source, System e ) : void
source object
e System
리턴 void

addAdatper() 공개 메소드

public addAdatper ( RpcAdapter adapter ) : void
adapter RpcAdapter
리턴 void

createAdapter() 공개 메소드

public createAdapter ( string id ) : RpcAdapter
id string
리턴 RpcAdapter

createAdapterWithProxy() 공개 메소드

public createAdapterWithProxy ( String id, RpcProxyBase proxy ) : RpcAdapter
id String
proxy RpcProxyBase
리턴 RpcAdapter

createConnection() 공개 메소드

public createConnection ( int type, string host, int port ) : RpcConnection
type int
host string
port int
리턴 RpcConnection

getLogger() 공개 메소드

public getLogger ( ) : RpcLogger
리턴 RpcLogger

getProperty_DefaultCallWaitTime() 공개 메소드

public getProperty_DefaultCallWaitTime ( ) : int
리턴 int

getSystemDeviceID() 공개 정적인 메소드

public static getSystemDeviceID ( ) : string
리턴 string

getUniqueSequence() 공개 메소드

public getUniqueSequence ( ) : int
리턴 int

initialize() 공개 메소드

public initialize ( string name, Settings settings = null ) : bool
name string
settings Settings
리턴 bool

instance() 공개 정적인 메소드

public static instance ( ) : RpcCommunicator
리턴 RpcCommunicator

registerConnection() 공개 메소드

public registerConnection ( RpcConnection conn ) : void
conn RpcConnection
리턴 void

shutdown() 공개 메소드

public shutdown ( ) : void
리턴 void

unregisterConnection() 공개 메소드

public unregisterConnection ( RpcConnection conn ) : void
conn RpcConnection
리턴 void

waitForShutdown() 공개 메소드

public waitForShutdown ( ) : void
리턴 void