C# Class K2Informatics.Erlnet.OtpNode.Mailboxes

Show file Open project: K2InformaticsGmbH/erlnet

Public Methods

Method 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 method

public Mailboxes ( OtpNode node, OtpActorSched sched ) : System
node OtpNode
sched OtpActorSched
return System

clear() public method

public clear ( ) : void
return void

create() public method

public create ( String name, bool sync ) : OtpMbox
name String
sync bool
return OtpMbox

create() public method

public create ( bool sync ) : OtpMbox
sync bool
return OtpMbox

get() public method

public get ( OtpErlangPid pid ) : OtpMbox
pid OtpErlangPid
return OtpMbox

get() public method

public get ( String name ) : OtpMbox
name String
return OtpMbox

names() public method

public names ( ) : String[]
return String[]

register() public method

public register ( String name, OtpMbox mbox ) : bool
name String
mbox OtpMbox
return bool

remove() public method

public remove ( OtpMbox mbox ) : void
mbox OtpMbox
return void