Uses of Class
com.ericsson.otp.erlang.OtpErlangPid
-
Packages that use OtpErlangPid Package Description com.ericsson.otp.erlang org.cloudi -
-
Uses of OtpErlangPid in com.ericsson.otp.erlang
Fields in com.ericsson.otp.erlang declared as OtpErlangPid Modifier and Type Field Description protected OtpErlangPidOtpMsg. fromprotected OtpErlangPidOtpMsg. toMethods in com.ericsson.otp.erlang that return OtpErlangPid Modifier and Type Method Description OtpErlangPidOtpLocalNode. createPid()Create an Erlangpid.OtpErlangPidOtpMsg. getRecipientPid()Get the Pid of the recipient for this message, if it is a sendTag message.OtpErlangPidOtpMsg. getSenderPid()Get the Pid of the sender of this message.OtpErlangPid[]OtpMbox. linked()Get information about all processes and/or mail boxes currently linked to this mail box.OtpErlangPidOtpErlangExit. pid()Get the pid that sent this exit.OtpErlangPidOtpSelf. pid()Get the Erlang PID that will be used as the sender id in all "anonymous" messages sent by this node.OtpErlangPidOtpInputStream. read_pid()Read an Erlang PID from the stream.OtpErlangPidOtpMbox. self()Get the identifyingpidassociated with this mailbox.OtpErlangPidOtpMbox. whereis(String aname)OtpErlangPidOtpNode. whereis(String name)Determine thepidcorresponding to a registered name on this node.Methods in com.ericsson.otp.erlang with parameters of type OtpErlangPid Modifier and Type Method Description voidOtpConnection. exit(OtpErlangPid dest, OtpErlangObject reason)Send an exit signal to a remote process.voidOtpMbox. exit(OtpErlangPid to, OtpErlangObject reason)Send an exit signal to a remotepid.voidOtpMbox. exit(OtpErlangPid to, String reason)Equivalent toexit(to, new OtpErlangAtom(reason)).OtpMboxOtpNode.Mailboxes. get(OtpErlangPid pid)voidOtpConnection. link(OtpErlangPid dest)Create a link between the local node and the specified process on the remote node.voidOtpMbox. link(OtpErlangPid to)Link to a remote mailbox or Erlang process.voidOtpConnection. send(OtpErlangPid dest, OtpErlangObject msg)Send a message to a process on a remote node.voidOtpMbox. send(OtpErlangPid to, OtpErlangObject msg)protected voidAbstractConnection. sendBuf(OtpErlangPid from, OtpErlangPid dest, OtpOutputStream payload)Send a pre-encoded message to a process on a remote node.protected voidAbstractConnection. sendBuf(OtpErlangPid from, String dest, OtpOutputStream payload)Send a pre-encoded message to a named process on a remote node.voidOtpConnection. sendBuf(OtpErlangPid dest, OtpOutputStream payload)Send a pre-encoded message to a process on a remote node.protected voidAbstractConnection. sendExit(OtpErlangPid from, OtpErlangPid dest, OtpErlangObject reason)protected voidAbstractConnection. sendExit2(OtpErlangPid from, OtpErlangPid dest, OtpErlangObject reason)Send an exit signal to a remote process.protected voidAbstractConnection. sendLink(OtpErlangPid from, OtpErlangPid dest)Send link signal to remote process.protected voidAbstractConnection. sendUnlink(OtpErlangPid from, OtpErlangPid dest, long unlink_id)Send unlink signal to remote process.protected voidAbstractConnection. sendUnlinkAck(OtpErlangPid from, OtpErlangPid dest, long unlink_id)Send unlink acknowledgment signal to remote process.voidOtpConnection. unlink(OtpErlangPid dest)Remove a link between the local node and the specified process on the remote node.voidOtpMbox. unlink(OtpErlangPid to)Remove a link to a remote mailbox or Erlang process.voidOtpOutputStream. write_fun(OtpErlangPid pid, String module, long old_index, int arity, byte[] md5, long index, long uniq, OtpErlangObject[] freeVars)voidOtpOutputStream. write_pid(OtpErlangPid pid)Write an Erlang PID to the stream.Constructors in com.ericsson.otp.erlang with parameters of type OtpErlangPid Constructor Description OtpErlangExit(OtpErlangObject reason, OtpErlangPid pid)Create an OtpErlangExit exception with the given reason and sender pid.OtpErlangExit(String reason, OtpErlangPid pid)Equivalent toOtpErlangExit(new OtpErlangAtom(reason), pid).OtpErlangFun(OtpErlangPid pid, String module, int arity, byte[] md5, int index, long old_index, long uniq, OtpErlangObject[] freeVars)OtpErlangFun(OtpErlangPid pid, String module, long index, long uniq, OtpErlangObject[] freeVars) -
Uses of OtpErlangPid in org.cloudi
Methods in org.cloudi with parameters of type OtpErlangPid Modifier and Type Method Description voidAPI. forward_(Integer request_type, String name, byte[] request_info, byte[] request, Integer timeout, Byte priority, byte[] trans_id, OtpErlangPid source)Forward a message to another service subscribed that matches the destination servicename.voidAPI. forward_async(String name, byte[] request_info, byte[] request, Integer timeout, Byte priority, byte[] trans_id, OtpErlangPid source)Asynchronously forward a message to another service subscribed that matches the destination servicename.voidAPI. forward_sync(String name, byte[] request_info, byte[] request, Integer timeout, Byte priority, byte[] trans_id, OtpErlangPid source)Synchronously forward a message to another service subscribed that matches the destination servicename.ObjectFunctionInterface10. invoke(API api, Integer request_type, String name, String pattern, byte[] request_info, byte[] request, Integer timeout, Byte priority, byte[] trans_id, OtpErlangPid pid)ObjectFunctionInterface9. invoke(Integer request_type, String name, String pattern, byte[] request_info, byte[] request, Integer timeout, Byte priority, byte[] trans_id, OtpErlangPid pid)ObjectFunctionObject10. invoke(Integer request_type, String name, String pattern, byte[] request_info, byte[] request, Integer timeout, Byte priority, byte[] trans_id, OtpErlangPid pid)ObjectFunctionObject9. invoke(Integer request_type, String name, String pattern, byte[] request_info, byte[] request, Integer timeout, Byte priority, byte[] trans_id, OtpErlangPid pid)voidAPI. return_(Integer request_type, String name, String pattern, byte[] response_info, byte[] response, Integer timeout, byte[] trans_id, OtpErlangPid source)Returns a response from a service request.voidAPI. return_async(String name, String pattern, byte[] response_info, byte[] response, Integer timeout, byte[] trans_id, OtpErlangPid source)Asynchronously returns a response from a service request.voidAPI. return_sync(String name, String pattern, byte[] response_info, byte[] response, Integer timeout, byte[] trans_id, OtpErlangPid source)Synchronously returns a response from a service request.
-