- java.lang.Object
-
- com.ericsson.otp.erlang.OtpNode.Mailboxes
-
-
Constructor Summary
Constructors Constructor Description Mailboxes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()OtpMboxcreate()OtpMboxcreate(String name)OtpMboxget(OtpErlangPid pid)OtpMboxget(String name)String[]names()booleanregister(String name, OtpMbox mbox)voidremove(OtpMbox mbox)
-
-
-
Method Detail
-
create
public OtpMbox create()
-
clear
public void clear()
-
names
public String[] names()
-
get
public OtpMbox get(OtpErlangPid pid)
-
remove
public void remove(OtpMbox mbox)
-
-