Méthode | Description | |
---|---|---|
OtpNode ( System node ) : System | ||
OtpNode ( System node, bool acceptConnections ) : System | ||
OtpNode ( System node, bool acceptConnections, System cookie ) : System | ||
OtpNode ( System node, bool acceptConnections, System cookie, int port, bool shortName ) : System | ||
OtpNode ( System node, bool acceptConnections, bool shortName ) : System | ||
OtpNode ( bool acceptConnections, System node, System cookie, bool shortName ) : System | ||
close ( ) : void | ||
closeMbox ( |
||
connection ( System node ) : |
||
connection ( System node, string cookie ) : |
||
createMbox ( ) : |
||
createMbox ( System name ) : |
||
getNames ( ) : System.String[] | ||
ping ( System node, long timeout ) : bool | ||
registerName ( System name, |
||
startConnectionAcceptor ( ) : bool | ||
whereis ( System name ) : |
Méthode | Description | |
---|---|---|
addConnection ( |
||
deliver ( |
||
deliverError ( |
||
getPingTuple ( |
||
init ( bool acceptConnections, int port ) : void | ||
netKernel ( |
||
removeConnection ( |
public OtpNode ( System node, bool acceptConnections ) : System | ||
node | System | |
acceptConnections | bool | |
Résultat | System |
public OtpNode ( System node, bool acceptConnections, System cookie ) : System | ||
node | System | |
acceptConnections | bool | |
cookie | System | |
Résultat | System |
public OtpNode ( System node, bool acceptConnections, System cookie, int port, bool shortName ) : System | ||
node | System | |
acceptConnections | bool | |
cookie | System | |
port | int | |
shortName | bool | |
Résultat | System |
public OtpNode ( System node, bool acceptConnections, bool shortName ) : System | ||
node | System | |
acceptConnections | bool | |
shortName | bool | |
Résultat | System |
public OtpNode ( bool acceptConnections, System node, System cookie, bool shortName ) : System | ||
acceptConnections | bool | |
node | System | |
cookie | System | |
shortName | bool | |
Résultat | System |
public connection ( System node ) : |
||
node | System | |
Résultat |
public connection ( System node, string cookie ) : |
||
node | System | |
cookie | string | |
Résultat |
public createMbox ( System name ) : |
||
name | System | |
Résultat |
public ping ( System node, long timeout ) : bool | ||
node | System | |
timeout | long | |
Résultat | bool |
public registerName ( System name, |
||
name | System | |
mbox | ||
Résultat | bool |