public final class Pid
extends com.ericsson.otp.erlang.OtpErlangPid
Constructor and Description |
---|
Pid(com.ericsson.otp.erlang.OtpInputStream buf) |
Pid(com.ericsson.otp.erlang.OtpSelf self) |
Pid(java.lang.String node,
int id,
int serial,
int creation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equal(Pid _pid)
Comparisson method for Pid.
|
compareTo, creation, encode, equals, id, node, serial, toString
public Pid(com.ericsson.otp.erlang.OtpSelf self)
public Pid(com.ericsson.otp.erlang.OtpInputStream buf) throws com.ericsson.otp.erlang.OtpErlangDecodeException
com.ericsson.otp.erlang.OtpErlangDecodeException
public Pid(java.lang.String node, int id, int serial, int creation)
public boolean equal(Pid _pid)