Method | Description | |
---|---|---|
OtpNode ( String node ) : System | ||
OtpNode ( String node, String cookie ) : System | ||
OtpNode ( String node, String cookie, int port ) : System | ||
close ( ) : void | ||
closeMbox ( |
||
closeMbox ( |
||
createMbox ( String name, bool sync ) : |
||
createMbox ( bool sync ) : |
||
deliver ( |
||
deliverError ( |
||
getConnection ( String node ) : |
||
getNames ( ) : String[] | ||
ping ( String node, long timeout ) : bool | ||
react ( |
||
registerName ( String name, |
||
registerStatusHandler ( |
||
setFlags ( int flags ) : void | ||
whereis ( String name ) : |
Method | Description | |
---|---|---|
addConnection ( |
||
connAttempt ( String node, bool incoming, Object info ) : void | ||
getPingTuple ( |
||
init ( int port ) : void | ||
localStatus ( String node, bool up, Object info ) : void | ||
netKernel ( |
||
remoteStatus ( String node, bool up, Object info ) : void | ||
removeConnection ( |
public OtpNode ( String node, String cookie ) : System | ||
node | String | |
cookie | String | |
return | System |
public OtpNode ( String node, String cookie, int port ) : System | ||
node | String | |
cookie | String | |
port | int | |
return | System |
public closeMbox ( |
||
mbox | ||
reason | ||
return | void |
public createMbox ( String name, bool sync ) : |
||
name | String | |
sync | bool | |
return |
public deliverError ( |
||
conn | ||
e | ||
return | void |
public getConnection ( String node ) : |
||
node | String | |
return |
public ping ( String node, long timeout ) : bool | ||
node | String | |
timeout | long | |
return | bool |
public registerName ( String name, |
||
name | String | |
mbox | ||
return | bool |
public registerStatusHandler ( |
||
handler | ||
return | void |
public whereis ( String name ) : |
||
name | String | |
return |