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

Uses of OtpMsg in com.ericsson.otp.erlang
 

Methods in com.ericsson.otp.erlang that return OtpMsg
 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.
 

Methods in com.ericsson.otp.erlang with parameters of type OtpMsg
 void OtpCookedConnection.deliver(OtpMsg msg)
           
abstract  void AbstractConnection.deliver(OtpMsg msg)
          Deliver messages to the recipient.
 void OtpConnection.deliver(OtpMsg msg)
           
 



Copyright © 2012 Open Source Erlang. All Rights Reserved.