Class PidHelper

java.lang.Object
com.ericsson.otp.ic.PidHelper

public class PidHelper extends Object
Helper class for Pid.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Pid
    extract(Any _any)
    Standard method for extracting a Pid from an Any.
    static 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 String
    Standard method that returns the Pid class name.
    static TypeCode
    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 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

      public static Pid unmarshal(com.ericsson.otp.erlang.OtpInputStream _in) throws Exception
      Unmarshal method for the Pid class, decodes a Pid object from the stream.
      Returns:
      Pid, read from the input stream
      Throws:
      Exception
    • id

      public static String id()
      Standard method that returns the interface repository identity.
      Returns:
      String containing the interface repository identity of Pid
    • name

      public static String name()
      Standard method that returns the Pid class name.
      Returns:
      String containing the class name of Pid
    • type

      public static TypeCode type()
      Standard TypeCode accessor method.
      Returns:
      the TypeCode for Pid
    • insert

      public static void insert(Any _any, Pid _this) throws Exception
      Standard method for inserting a Pid to an Any.
      Throws:
      Exception
    • extract

      public static Pid extract(Any _any) throws Exception
      Standard method for extracting a Pid from an Any.
      Returns:
      Pid, the value found in an Any contained stream.
      Throws:
      Exception