Package com.ericsson.otp.ic
Class Pid
java.lang.Object
com.ericsson.otp.erlang.OtpErlangObject
com.ericsson.otp.erlang.OtpErlangPid
com.ericsson.otp.ic.Pid
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<Object>
public final class Pid
extends com.ericsson.otp.erlang.OtpErlangPid
Pid class mapps the built-in erlang type pid, a process identity.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ericsson.otp.erlang.OtpErlangPid
compareTo, creation, encode, equals, id, node, serial, toString
Methods inherited from class com.ericsson.otp.erlang.OtpErlangObject
bind, clone, decode, hashCode, match
-
Constructor Details
-
Pid
public Pid(com.ericsson.otp.erlang.OtpSelf self) -
Pid
public Pid(com.ericsson.otp.erlang.OtpInputStream buf) throws com.ericsson.otp.erlang.OtpErlangDecodeException - Throws:
com.ericsson.otp.erlang.OtpErlangDecodeException
-
Pid
-
-
Method Details
-
equal
Comparisson method for Pid.- Returns:
- true if the input Pid value equals the value of the current object, false otherwize
-