Метод | Описание | |
---|---|---|
OtpNode ( String node ) : System | ||
OtpNode ( String node, String cookie ) : System | ||
OtpNode ( String node, String cookie, int port ) : System | ||
close ( ) : void | ||
closeMbox ( Erlang.NET.OtpMbox mbox ) : void | ||
closeMbox ( Erlang.NET.OtpMbox mbox, |
||
createMbox ( String name, bool sync ) : Erlang.NET.OtpMbox | ||
createMbox ( bool sync ) : Erlang.NET.OtpMbox | ||
deliver ( Erlang.NET.OtpMsg m ) : bool | ||
deliverError ( Erlang.NET.OtpCookedConnection conn, |
||
getConnection ( String node ) : Erlang.NET.OtpCookedConnection | ||
getNames ( ) : String[] | ||
ping ( String node, long timeout ) : bool | ||
react ( Erlang.NET.OtpActor actor ) : void | ||
registerName ( String name, Erlang.NET.OtpMbox mbox ) : bool | ||
registerStatusHandler ( Erlang.NET.OtpNodeStatus handler ) : void | ||
setFlags ( int flags ) : void | ||
whereis ( String name ) : |
Метод | Описание | |
---|---|---|
addConnection ( Erlang.NET.OtpCookedConnection conn ) : void | ||
connAttempt ( String node, bool incoming, Object info ) : void | ||
getPingTuple ( Erlang.NET.OtpMbox mbox ) : |
||
init ( int port ) : void | ||
localStatus ( String node, bool up, Object info ) : void | ||
netKernel ( Erlang.NET.OtpMsg m ) : bool | ||
remoteStatus ( String node, bool up, Object info ) : void | ||
removeConnection ( Erlang.NET.OtpCookedConnection conn ) : void |
public OtpNode ( String node, String cookie ) : System | ||
node | String | |
cookie | String | |
Результат | System |
public OtpNode ( String node, String cookie, int port ) : System | ||
node | String | |
cookie | String | |
port | int | |
Результат | System |
public closeMbox ( Erlang.NET.OtpMbox mbox ) : void | ||
mbox | Erlang.NET.OtpMbox | |
Результат | void |
public closeMbox ( Erlang.NET.OtpMbox mbox, |
||
mbox | Erlang.NET.OtpMbox | |
reason | ||
Результат | void |
public createMbox ( String name, bool sync ) : Erlang.NET.OtpMbox | ||
name | String | |
sync | bool | |
Результат | Erlang.NET.OtpMbox |
public createMbox ( bool sync ) : Erlang.NET.OtpMbox | ||
sync | bool | |
Результат | Erlang.NET.OtpMbox |
public deliver ( Erlang.NET.OtpMsg m ) : bool | ||
m | Erlang.NET.OtpMsg | |
Результат | bool |
public deliverError ( Erlang.NET.OtpCookedConnection conn, |
||
conn | Erlang.NET.OtpCookedConnection | |
e | ||
Результат | void |
public getConnection ( String node ) : Erlang.NET.OtpCookedConnection | ||
node | String | |
Результат | Erlang.NET.OtpCookedConnection |
public ping ( String node, long timeout ) : bool | ||
node | String | |
timeout | long | |
Результат | bool |
public react ( Erlang.NET.OtpActor actor ) : void | ||
actor | Erlang.NET.OtpActor | |
Результат | void |
public registerName ( String name, Erlang.NET.OtpMbox mbox ) : bool | ||
name | String | |
mbox | Erlang.NET.OtpMbox | |
Результат | bool |
public registerStatusHandler ( Erlang.NET.OtpNodeStatus handler ) : void | ||
handler | Erlang.NET.OtpNodeStatus | |
Результат | void |
public whereis ( String name ) : |
||
name | String | |
Результат |