Package com.ericsson.otp.ic
Class Ref
java.lang.Object
com.ericsson.otp.erlang.OtpErlangObject
com.ericsson.otp.erlang.OtpErlangRef
com.ericsson.otp.ic.Ref
- All Implemented Interfaces:
Serializable
,Cloneable
public final class Ref
extends com.ericsson.otp.erlang.OtpErlangRef
Ref class mapps the built-in erlang type Ref, a message reference.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ericsson.otp.erlang.OtpErlangRef
clone, creation, encode, equals, id, ids, isNewRef, node, toString
Methods inherited from class com.ericsson.otp.erlang.OtpErlangObject
bind, decode, hashCode, match
-
Constructor Details
-
Ref
public Ref(com.ericsson.otp.erlang.OtpSelf self) -
Ref
public Ref(com.ericsson.otp.erlang.OtpInputStream buf) throws com.ericsson.otp.erlang.OtpErlangDecodeException - Throws:
com.ericsson.otp.erlang.OtpErlangDecodeException
-
Ref
Old style Ref costructor. Costructs an Ref that coresponds to the old erlang Ref type. -
Ref
-
-
Method Details
-
equal
Comparisson method for Ref.- Returns:
- true if the input Ref value equals the value of the current object, false otherwize
-