Uses of Class
com.ericsson.otp.erlang.OtpErlangExit

Uses of OtpErlangExit in com.ericsson.otp.erlang
 

Methods in com.ericsson.otp.erlang that throw OtpErlangExit
 void OtpMbox.link(OtpErlangPid to)
           Link to a remote mailbox or Erlang process.
 OtpErlangObject OtpMbox.receive()
          Block until a message arrives for this mailbox.
 OtpErlangObject OtpConnection.receive()
          Receive a message from a remote process.
 OtpErlangObject OtpMbox.receive(long timeout)
          Wait for a message to arrive for this mailbox.
 OtpErlangObject OtpConnection.receive(long timeout)
          Receive a message from a remote process.
 OtpInputStream OtpMbox.receiveBuf()
          Block until a message arrives for this mailbox.
 OtpInputStream OtpConnection.receiveBuf()
          Receive a raw (still encoded) message from a remote process.
 OtpInputStream OtpMbox.receiveBuf(long timeout)
          Wait for a message to arrive for this mailbox.
 OtpInputStream OtpConnection.receiveBuf(long timeout)
          Receive a raw (still encoded) message from a remote process.
 OtpMsg OtpMbox.receiveMsg()
          Block until a message arrives for this mailbox.
 OtpMsg OtpConnection.receiveMsg()
          Receive a messge complete with sender and recipient information.
 OtpMsg OtpMbox.receiveMsg(long timeout)
          Wait for a message to arrive for this mailbox.
 OtpMsg OtpConnection.receiveMsg(long timeout)
          Receive a messge complete with sender and recipient information.
 OtpErlangObject OtpConnection.receiveRPC()
          Receive an RPC reply from the remote Erlang node.
 



Copyright © 2012 Open Source Erlang. All Rights Reserved.