java.io.Serializable
, java.lang.Cloneable
public final class Ref
extends com.ericsson.otp.erlang.OtpErlangRef
Constructor | Description |
---|---|
Ref(com.ericsson.otp.erlang.OtpInputStream buf) |
|
Ref(com.ericsson.otp.erlang.OtpSelf self) |
|
Ref(java.lang.String node,
int[] ids,
int creation) |
|
Ref(java.lang.String node,
int id,
int creation) |
Old style Ref costructor.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equal(Ref _ref) |
Comparisson method for Ref.
|
public Ref(com.ericsson.otp.erlang.OtpSelf self)
public Ref(com.ericsson.otp.erlang.OtpInputStream buf) throws com.ericsson.otp.erlang.OtpErlangDecodeException
com.ericsson.otp.erlang.OtpErlangDecodeException
public Ref(java.lang.String node, int id, int creation)
public Ref(java.lang.String node, int[] ids, int creation)
public boolean equal(Ref _ref)