C# 클래스 Otp.OtpCookedConnection

상속: AbstractConnection
파일 보기 프로젝트 열기: bmizerany/jungerl 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
links Otp.Links
self OtpNode

공개 메소드들

메소드 설명
close ( ) : void
deliver ( OtpMsg msg ) : void
deliver ( System e ) : void

비공개 메소드들

메소드 설명
OtpCookedConnection ( OtpNode self, OtpPeer other ) : System
OtpCookedConnection ( OtpNode self, System s ) : System
breakLinks ( ) : void
exit ( Erlang from, Erlang to, System reason ) : void
exit2 ( Erlang from, Erlang to, System reason ) : void
link ( Erlang from, Erlang to ) : void
send ( Erlang from, Erlang dest, Erlang msg ) : void
send ( Erlang from, System dest, Erlang msg ) : void
unlink ( Erlang from, Erlang to ) : void

메소드 상세

close() 공개 메소드

public close ( ) : void
리턴 void

deliver() 공개 메소드

public deliver ( OtpMsg msg ) : void
msg OtpMsg
리턴 void

deliver() 공개 메소드

public deliver ( System e ) : void
e System
리턴 void

프로퍼티 상세

links 보호되어 있는 프로퍼티

protected Links,Otp links
리턴 Otp.Links

self 보호되어 있는 프로퍼티

protected OtpNode,Otp self
리턴 OtpNode