public final class PidHolder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
_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.
|
public Pid value
public PidHolder()
public PidHolder(Pid initial)
public void _marshal(com.ericsson.otp.erlang.OtpOutputStream out)
throws java.lang.Exception
java.lang.Exceptionpublic void _unmarshal(com.ericsson.otp.erlang.OtpInputStream in)
throws java.lang.Exception
java.lang.Exception