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

Uses of OtpErlangPid in com.ericsson.otp.erlang
 

Fields in com.ericsson.otp.erlang declared as OtpErlangPid
protected  OtpErlangPid OtpMsg.from
           
protected  OtpErlangPid OtpMsg.to
           
 

Methods in com.ericsson.otp.erlang that return OtpErlangPid
 OtpErlangPid OtpLocalNode.createPid()
          Create an Erlang pid.
 OtpErlangPid OtpMsg.getRecipientPid()
           Get the Pid of the recipient for this message, if it is a sendTag message.
 OtpErlangPid OtpMsg.getSenderPid()
           Get the Pid of the sender of this message.
 OtpErlangPid OtpSelf.pid()
          Get the Erlang PID that will be used as the sender id in all "anonymous" messages sent by this node.
 OtpErlangPid OtpErlangExit.pid()
          Get the pid that sent this exit.
 OtpErlangPid OtpInputStream.read_pid()
          Read an Erlang PID from the stream.
 OtpErlangPid OtpMbox.self()
           Get the identifying pid associated with this mailbox.
 OtpErlangPid OtpMbox.whereis(java.lang.String name)
          Determine the pid corresponding to a registered name on this node.
 OtpErlangPid OtpNode.whereis(java.lang.String name)
          Determine the pid corresponding to a registered name on this node.
 

Methods in com.ericsson.otp.erlang with parameters of type OtpErlangPid
 void OtpMbox.exit(OtpErlangPid to, OtpErlangObject reason)
           Send an exit signal to a remote pid.
 void OtpConnection.exit(OtpErlangPid dest, OtpErlangObject reason)
          Send an exit signal to a remote process.
 void OtpMbox.exit(OtpErlangPid to, java.lang.String reason)
           Equivalent to exit(to, new OtpErlangAtom(reason)).
 OtpMbox OtpNode.Mailboxes.get(OtpErlangPid pid)
           
 void OtpMbox.link(OtpErlangPid to)
           Link to a remote mailbox or Erlang process.
 void OtpConnection.link(OtpErlangPid dest)
          Create a link between the local node and the specified process on the remote node.
 void OtpMbox.send(OtpErlangPid to, OtpErlangObject msg)
          Send a message to a remote pid, representing either another mailbox or an Erlang process.
 void OtpConnection.send(OtpErlangPid dest, OtpErlangObject msg)
          Send a message to a process on a remote node.
protected  void AbstractConnection.sendBuf(OtpErlangPid from, OtpErlangPid dest, OtpOutputStream payload)
          Send a pre-encoded message to a process on a remote node.
 void OtpConnection.sendBuf(OtpErlangPid dest, OtpOutputStream payload)
          Send a pre-encoded message to a process on a remote node.
protected  void AbstractConnection.sendBuf(OtpErlangPid from, java.lang.String dest, OtpOutputStream payload)
          Send a pre-encoded message to a named process on a remote node.
protected  void AbstractConnection.sendExit(OtpErlangPid from, OtpErlangPid dest, OtpErlangObject reason)
           
protected  void AbstractConnection.sendExit2(OtpErlangPid from, OtpErlangPid dest, OtpErlangObject reason)
          Send an exit signal to a remote process.
protected  void AbstractConnection.sendLink(OtpErlangPid from, OtpErlangPid dest)
          Create a link between the local node and the specified process on the remote node.
protected  void AbstractConnection.sendUnlink(OtpErlangPid from, OtpErlangPid dest)
          Remove a link between the local node and the specified process on the remote node.
 void OtpMbox.unlink(OtpErlangPid to)
           Remove a link to a remote mailbox or Erlang process.
 void OtpConnection.unlink(OtpErlangPid dest)
          Remove a link between the local node and the specified process on the remote node.
 void OtpOutputStream.write_fun(OtpErlangPid pid, java.lang.String module, long old_index, int arity, byte[] md5, long index, long uniq, OtpErlangObject[] freeVars)
           
 

Constructors in com.ericsson.otp.erlang with parameters of type OtpErlangPid
OtpErlangExit(OtpErlangObject reason, OtpErlangPid pid)
          Create an OtpErlangExit exception with the given reason and sender pid.
OtpErlangExit(java.lang.String reason, OtpErlangPid pid)
           Equivalent to OtpErlangExit(new OtpErlangAtom(reason), pid).
OtpErlangFun(OtpErlangPid pid, java.lang.String module, int arity, byte[] md5, int index, long old_index, long uniq, OtpErlangObject[] freeVars)
           
OtpErlangFun(OtpErlangPid pid, java.lang.String module, long index, long uniq, OtpErlangObject[] freeVars)
           
 



Copyright © 2012 Open Source Erlang. All Rights Reserved.