Package com.ericsson.otp.ic
Class PidHelper
java.lang.Object
com.ericsson.otp.ic.PidHelper
Helper class for Pid.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PidStandard method for extracting a Pid from an Any.static Stringid()Standard method that returns the interface repository identity.static voidStandard method for inserting a Pid to an Any.static voidMarshal method for the Pid class, encodes the Pid object to the output stream.static Stringname()Standard method that returns the Pid class name.static TypeCodetype()Standard TypeCode accessor method.static Pidunmarshal(com.ericsson.otp.erlang.OtpInputStream _in) Unmarshal method for the Pid class, decodes a Pid object from the stream.
-
Method Details
-
marshal
public static void marshal(com.ericsson.otp.erlang.OtpOutputStream _out, Pid _value) throws Exception Marshal method for the Pid class, encodes the Pid object to the output stream.- Throws:
Exception
-
unmarshal
Unmarshal method for the Pid class, decodes a Pid object from the stream.- Returns:
- Pid, read from the input stream
- Throws:
Exception
-
id
Standard method that returns the interface repository identity.- Returns:
- String containing the interface repository identity of Pid
-
name
Standard method that returns the Pid class name.- Returns:
- String containing the class name of Pid
-
type
Standard TypeCode accessor method.- Returns:
- the TypeCode for Pid
-
insert
Standard method for inserting a Pid to an Any.- Throws:
Exception
-
extract
Standard method for extracting a Pid from an Any.- Returns:
- Pid, the value found in an Any contained stream.
- Throws:
Exception
-