Uses of Class
com.ericsson.otp.erlang.OtpMbox
-
Packages that use OtpMbox Package Description com.ericsson.otp.erlang -
-
Uses of OtpMbox in com.ericsson.otp.erlang
Methods in com.ericsson.otp.erlang that return OtpMbox Modifier and Type Method Description OtpMboxOtpNode.Mailboxes. create()OtpMboxOtpNode.Mailboxes. create(String name)OtpMboxOtpNode. createMbox()Create an unnamedmailboxthat can be used to send and receive messages with other, similar mailboxes and with Erlang processes.OtpMboxOtpNode. createMbox(String name)Create an named mailbox that can be used to send and receive messages with other, similar mailboxes and with Erlang processes.OtpMboxOtpNode.Mailboxes. get(OtpErlangPid pid)OtpMboxOtpNode.Mailboxes. get(String name)Methods in com.ericsson.otp.erlang with parameters of type OtpMbox Modifier and Type Method Description voidOtpNode. closeMbox(OtpMbox mbox)Close the specified mailbox with reason 'normal'.voidOtpNode. closeMbox(OtpMbox mbox, OtpErlangObject reason)Close the specified mailbox with the given reason.booleanOtpNode.Mailboxes. register(String name, OtpMbox mbox)booleanOtpNode. registerName(String name, OtpMbox mbox)Register or remove a name for the given mailbox.voidOtpNode.Mailboxes. remove(OtpMbox mbox)
-