Package com.ericsson.otp.ic
Class RefHolder
- java.lang.Object
-
- com.ericsson.otp.ic.RefHolder
-
public final class RefHolder extends java.lang.ObjectHolder class for Ref.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void_marshal(com.ericsson.otp.erlang.OtpOutputStream out)Marshal method for the RefHolder class, encodes the Ref object value to the output stream.void_unmarshal(com.ericsson.otp.erlang.OtpInputStream in)Unmarshal method for the RefHolder class, decodes a Ref object from the output stream and assigns it to the Holder value field.
-
-
-
Field Detail
-
value
public Ref value
Ref instance variable.
-
-
Constructor Detail
-
RefHolder
public RefHolder()
-
RefHolder
public RefHolder(Ref initial)
-
-
Method Detail
-
_marshal
public void _marshal(com.ericsson.otp.erlang.OtpOutputStream out) throws java.lang.ExceptionMarshal method for the RefHolder class, encodes the Ref object value to the output stream.- Throws:
java.lang.Exception
-
_unmarshal
public void _unmarshal(com.ericsson.otp.erlang.OtpInputStream in) throws java.lang.ExceptionUnmarshal method for the RefHolder class, decodes a Ref object from the output stream and assigns it to the Holder value field.- Throws:
java.lang.Exception
-
-