Package com.ericsson.otp.ic
Class PortHolder
- java.lang.Object
-
- com.ericsson.otp.ic.PortHolder
-
public final class PortHolder extends java.lang.Object
Holder class for Port.
-
-
Constructor Summary
Constructors Constructor Description PortHolder()
PortHolder(Port initial)
-
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 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 Detail
-
value
public Port value
Port instance variable.
-
-
Constructor Detail
-
PortHolder
public PortHolder()
-
PortHolder
public PortHolder(Port initial)
-
-
Method Detail
-
_marshal
public void _marshal(com.ericsson.otp.erlang.OtpOutputStream out) throws java.lang.Exception
Marshal method for the PortHolder class, encodes the Port object value to the output stream.- Throws:
java.lang.Exception
-
_unmarshal
public void _unmarshal(com.ericsson.otp.erlang.OtpInputStream in) throws java.lang.Exception
Unmarshal method for the PortHolder class, decodes a Port object from the output stream and assigns it to the Holder value field.- Throws:
java.lang.Exception
-
-