C# 클래스 K2Informatics.Erlnet.OtpNode

상속: OtpLocalNode
파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet 1 사용 예제들

공개 메소드들

메소드 설명
OtpNode ( String node ) : System
OtpNode ( String node, String cookie ) : System
OtpNode ( String node, String cookie, int port ) : System
close ( ) : void
closeMbox ( OtpMbox mbox ) : void
closeMbox ( OtpMbox mbox, OtpErlangObject reason ) : void
createMbox ( String name, bool sync ) : OtpMbox
createMbox ( bool sync ) : OtpMbox
deliver ( OtpMsg m ) : bool
deliverError ( OtpCookedConnection conn, Exception e ) : void
getConnection ( String node ) : OtpCookedConnection
getNames ( ) : String[]
ping ( String node, long timeout ) : bool
react ( OtpActor actor ) : void
registerName ( String name, OtpMbox mbox ) : bool
registerStatusHandler ( OtpNodeStatus handler ) : void
setFlags ( int flags ) : void
whereis ( String name ) : OtpErlangPid

비공개 메소드들

메소드 설명
addConnection ( OtpCookedConnection conn ) : void
connAttempt ( String node, bool incoming, Object info ) : void
getPingTuple ( OtpMbox mbox ) : OtpErlangTuple
init ( int port ) : void
localStatus ( String node, bool up, Object info ) : void
netKernel ( OtpMsg m ) : bool
remoteStatus ( String node, bool up, Object info ) : void
removeConnection ( OtpCookedConnection conn ) : void

메소드 상세

OtpNode() 공개 메소드

public OtpNode ( String node ) : System
node String
리턴 System

OtpNode() 공개 메소드

public OtpNode ( String node, String cookie ) : System
node String
cookie String
리턴 System

OtpNode() 공개 메소드

public OtpNode ( String node, String cookie, int port ) : System
node String
cookie String
port int
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

closeMbox() 공개 메소드

public closeMbox ( OtpMbox mbox ) : void
mbox OtpMbox
리턴 void

closeMbox() 공개 메소드

public closeMbox ( OtpMbox mbox, OtpErlangObject reason ) : void
mbox OtpMbox
reason OtpErlangObject
리턴 void

createMbox() 공개 메소드

public createMbox ( String name, bool sync ) : OtpMbox
name String
sync bool
리턴 OtpMbox

createMbox() 공개 메소드

public createMbox ( bool sync ) : OtpMbox
sync bool
리턴 OtpMbox

deliver() 공개 메소드

public deliver ( OtpMsg m ) : bool
m OtpMsg
리턴 bool

deliverError() 공개 메소드

public deliverError ( OtpCookedConnection conn, Exception e ) : void
conn OtpCookedConnection
e System.Exception
리턴 void

getConnection() 공개 메소드

public getConnection ( String node ) : OtpCookedConnection
node String
리턴 OtpCookedConnection

getNames() 공개 메소드

public getNames ( ) : String[]
리턴 String[]

ping() 공개 메소드

public ping ( String node, long timeout ) : bool
node String
timeout long
리턴 bool

react() 공개 메소드

public react ( OtpActor actor ) : void
actor OtpActor
리턴 void

registerName() 공개 메소드

public registerName ( String name, OtpMbox mbox ) : bool
name String
mbox OtpMbox
리턴 bool

registerStatusHandler() 공개 메소드

public registerStatusHandler ( OtpNodeStatus handler ) : void
handler OtpNodeStatus
리턴 void

setFlags() 공개 메소드

public setFlags ( int flags ) : void
flags int
리턴 void

whereis() 공개 메소드

public whereis ( String name ) : OtpErlangPid
name String
리턴 OtpErlangPid