com.ericsson.otp.erlang
Class OtpNode.Mailboxes
java.lang.Object
|
+--com.ericsson.otp.erlang.OtpNode.Mailboxes
- Enclosing class:
- OtpNode
- public class OtpNode.Mailboxes
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
OtpNode.Mailboxes
public OtpNode.Mailboxes()
create
public OtpMbox create(java.lang.String name)
create
public OtpMbox create()
clear
public void clear()
names
public java.lang.String[] names()
register
public boolean register(java.lang.String name,
OtpMbox mbox)
get
public OtpMbox get(java.lang.String name)
get
public OtpMbox get(OtpErlangPid pid)
remove
public void remove(OtpMbox mbox)