|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ericsson.otp.ic.PidHolder
public final class PidHolder
Holder class for Pid.
Field Summary | |
---|---|
Pid |
value
Pid instance variable. |
Constructor Summary | |
---|---|
PidHolder()
|
|
PidHolder(Pid initial)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Pid value
Constructor Detail |
---|
public PidHolder()
public PidHolder(Pid initial)
Method Detail |
---|
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
|
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |