C# Class K2Informatics.Erlnet.OtpNode.Mailboxes

Afficher le fichier Open project: K2InformaticsGmbH/erlnet

Méthodes publiques

Méthode Description
Mailboxes ( OtpNode node, OtpActorSched sched ) : System
clear ( ) : void
create ( String name, bool sync ) : OtpMbox
create ( bool sync ) : OtpMbox
get ( OtpErlangPid pid ) : OtpMbox
get ( String name ) : OtpMbox
names ( ) : String[]
register ( String name, OtpMbox mbox ) : bool
remove ( OtpMbox mbox ) : void

Method Details

Mailboxes() public méthode

public Mailboxes ( OtpNode node, OtpActorSched sched ) : System
node OtpNode
sched OtpActorSched
Résultat System

clear() public méthode

public clear ( ) : void
Résultat void

create() public méthode

public create ( String name, bool sync ) : OtpMbox
name String
sync bool
Résultat OtpMbox

create() public méthode

public create ( bool sync ) : OtpMbox
sync bool
Résultat OtpMbox

get() public méthode

public get ( OtpErlangPid pid ) : OtpMbox
pid OtpErlangPid
Résultat OtpMbox

get() public méthode

public get ( String name ) : OtpMbox
name String
Résultat OtpMbox

names() public méthode

public names ( ) : String[]
Résultat String[]

register() public méthode

public register ( String name, OtpMbox mbox ) : bool
name String
mbox OtpMbox
Résultat bool

remove() public méthode

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