public final class PortHolder
extends java.lang.Object
Constructor | Description |
---|---|
PortHolder() |
|
PortHolder(Port initial) |
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.
|
public Port value
public PortHolder()
public PortHolder(Port initial)
public void _marshal(com.ericsson.otp.erlang.OtpOutputStream out) throws java.lang.Exception
java.lang.Exception
public void _unmarshal(com.ericsson.otp.erlang.OtpInputStream in) throws java.lang.Exception
java.lang.Exception