프로퍼티 | 타입 | 설명 | |
---|---|---|---|
queue | |||
self |
메소드 | 설명 | |
---|---|---|
deliver ( |
||
deliver ( Erlang.NET.OtpMsg msg ) : void | ||
exit ( |
||
link ( |
||
msgCount ( ) : int | ||
receive ( ) : |
||
receive ( long timeout ) : |
||
receiveBuf ( ) : |
||
receiveBuf ( long timeout ) : |
||
receiveMsg ( ) : Erlang.NET.OtpMsg | ||
receiveMsg ( long timeout ) : Erlang.NET.OtpMsg | ||
receiveRPC ( ) : |
||
send ( |
||
send ( String dest, |
||
sendBuf ( |
||
sendBuf ( String dest, |
||
sendRPC ( String mod, String fun, Erlang.NET.OtpErlangList args ) : void | ||
sendRPC ( String mod, String fun, |
||
unlink ( |
메소드 | 설명 | |
---|---|---|
OtpConnection ( |
||
OtpConnection ( |
public exit ( |
||
dest | ||
reason | ||
리턴 | void |
public receiveBuf ( long timeout ) : |
||
timeout | long | |
리턴 |
public receiveMsg ( long timeout ) : Erlang.NET.OtpMsg | ||
timeout | long | |
리턴 | Erlang.NET.OtpMsg |
public send ( |
||
dest | ||
msg | ||
리턴 | void |
public send ( String dest, |
||
dest | String | |
msg | ||
리턴 | void |
public sendBuf ( |
||
dest | ||
payload | ||
리턴 | void |
public sendBuf ( String dest, |
||
dest | String | |
payload | ||
리턴 | void |
public sendRPC ( String mod, String fun, Erlang.NET.OtpErlangList args ) : void | ||
mod | String | |
fun | String | |
args | Erlang.NET.OtpErlangList | |
리턴 | void |
public sendRPC ( String mod, String fun, |
||
mod | String | |
fun | String | |
args | ||
리턴 | void |