C# 클래스 K2Informatics.Erlnet.OtpNode.Mailboxes

파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet

공개 메소드들

메소드 설명
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

메소드 상세

Mailboxes() 공개 메소드

public Mailboxes ( OtpNode node, OtpActorSched sched ) : System
node OtpNode
sched OtpActorSched
리턴 System

clear() 공개 메소드

public clear ( ) : void
리턴 void

create() 공개 메소드

public create ( String name, bool sync ) : OtpMbox
name String
sync bool
리턴 OtpMbox

create() 공개 메소드

public create ( bool sync ) : OtpMbox
sync bool
리턴 OtpMbox

get() 공개 메소드

public get ( OtpErlangPid pid ) : OtpMbox
pid OtpErlangPid
리턴 OtpMbox

get() 공개 메소드

public get ( String name ) : OtpMbox
name String
리턴 OtpMbox

names() 공개 메소드

public names ( ) : String[]
리턴 String[]

register() 공개 메소드

public register ( String name, OtpMbox mbox ) : bool
name String
mbox OtpMbox
리턴 bool

remove() 공개 메소드

public remove ( OtpMbox mbox ) : void
mbox OtpMbox
리턴 void