Package com.ericsson.otp.ic
Class PidHolder
java.lang.Object
com.ericsson.otp.ic.PidHolder
Holder class for Pid.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
_marshal
(com.ericsson.otp.erlang.OtpOutputStream out) Marshal method for the PidHolder class, encodes the Pid object value to the output stream.void
_unmarshal
(com.ericsson.otp.erlang.OtpInputStream in) Unmarshal method for the PidHolder class, decodes a Pid object from the output stream and assigns it to the Holder value field.
-
Field Details
-
value
Pid instance variable.
-
-
Constructor Details
-
PidHolder
public PidHolder() -
PidHolder
-
-
Method Details