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