public final class Pid
extends com.ericsson.otp.erlang.OtpErlangPid
Constructor | 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 | Description |
---|---|---|
boolean |
equal(Pid _pid) |
Comparisson method for Pid.
|
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)