|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ericsson.otp.ic.PidHelper
public class PidHelper
Helper class for Pid.
Method Summary | |
---|---|
static Pid |
extract(Any _any)
Standard method for extracting a Pid from an Any. |
static java.lang.String |
id()
Standard method that returns the interface repository identity. |
static void |
insert(Any _any,
Pid _this)
Standard method for inserting a Pid to an Any. |
static void |
marshal(com.ericsson.otp.erlang.OtpOutputStream _out,
Pid _value)
Marshal method for the Pid class, encodes the Pid object to the output stream. |
static java.lang.String |
name()
Standard method that returns the Pid class name. |
static TypeCode |
type()
Standard TypeCode accessor method. |
static Pid |
unmarshal(com.ericsson.otp.erlang.OtpInputStream _in)
Unmarshal method for the Pid class, decodes a Pid object from the stream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void marshal(com.ericsson.otp.erlang.OtpOutputStream _out, Pid _value) throws java.lang.Exception
java.lang.Exception
public static Pid unmarshal(com.ericsson.otp.erlang.OtpInputStream _in) throws java.lang.Exception
java.lang.Exception
public static java.lang.String id()
public static java.lang.String name()
public static TypeCode type()
public static void insert(Any _any, Pid _this) throws java.lang.Exception
java.lang.Exception
public static Pid extract(Any _any) throws java.lang.Exception
java.lang.Exception
|
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |