C# Class Otp.OtpNode

Inheritance: OtpLocalNode
Afficher le fichier Open project: saleyn/otp.net Class Usage Examples

Méthodes publiques

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 ( OtpMbox mbox ) : void
connection ( System node ) : OtpCookedConnection
connection ( System node, string cookie ) : OtpCookedConnection
createMbox ( ) : OtpMbox
createMbox ( System name ) : OtpMbox
getNames ( ) : System.String[]
ping ( System node, long timeout ) : bool
registerName ( System name, OtpMbox mbox ) : bool
startConnectionAcceptor ( ) : bool
whereis ( System name ) : Pid

Private Methods

Méthode Description
addConnection ( OtpCookedConnection conn ) : void
deliver ( OtpMsg m ) : bool
deliverError ( OtpCookedConnection conn, System e ) : void
getPingTuple ( OtpMbox mbox ) : Otp.Erlang.Tuple
init ( bool acceptConnections, int port ) : void
netKernel ( OtpMsg m ) : bool
removeConnection ( OtpCookedConnection conn ) : void

Method Details

OtpNode() public méthode

public OtpNode ( System node ) : System
node System
Résultat System

OtpNode() public méthode

public OtpNode ( System node, bool acceptConnections ) : System
node System
acceptConnections bool
Résultat System

OtpNode() public méthode

public OtpNode ( System node, bool acceptConnections, System cookie ) : System
node System
acceptConnections bool
cookie System
Résultat System

OtpNode() public méthode

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

OtpNode() public méthode

public OtpNode ( System node, bool acceptConnections, bool shortName ) : System
node System
acceptConnections bool
shortName bool
Résultat System

OtpNode() public méthode

public OtpNode ( bool acceptConnections, System node, System cookie, bool shortName ) : System
acceptConnections bool
node System
cookie System
shortName bool
Résultat System

close() public méthode

public close ( ) : void
Résultat void

closeMbox() public méthode

public closeMbox ( OtpMbox mbox ) : void
mbox OtpMbox
Résultat void

connection() public méthode

public connection ( System node ) : OtpCookedConnection
node System
Résultat OtpCookedConnection

connection() public méthode

public connection ( System node, string cookie ) : OtpCookedConnection
node System
cookie string
Résultat OtpCookedConnection

createMbox() public méthode

public createMbox ( ) : OtpMbox
Résultat OtpMbox

createMbox() public méthode

public createMbox ( System name ) : OtpMbox
name System
Résultat OtpMbox

getNames() public méthode

public getNames ( ) : System.String[]
Résultat System.String[]

ping() public méthode

public ping ( System node, long timeout ) : bool
node System
timeout long
Résultat bool

registerName() public méthode

public registerName ( System name, OtpMbox mbox ) : bool
name System
mbox OtpMbox
Résultat bool

startConnectionAcceptor() public méthode

public startConnectionAcceptor ( ) : bool
Résultat bool

whereis() public méthode

public whereis ( System name ) : Pid
name System
Résultat Otp.Erlang.Pid