java.io.Serializable, java.lang.Cloneablepublic 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.OtpErlangDecodeExceptionpublic Ref(java.lang.String node,
int id,
int creation)
public Ref(java.lang.String node,
int[] ids,
int creation)
public boolean equal(Ref _ref)