Class PidHolder


  • public final class PidHolder
    extends java.lang.Object
    Holder class for Pid.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Pid value
      Pid instance variable.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public Pid value
        Pid instance variable.
    • Constructor Detail

      • PidHolder

        public PidHolder()
      • PidHolder

        public PidHolder​(Pid initial)
    • Method Detail

      • _marshal

        public void _marshal​(com.ericsson.otp.erlang.OtpOutputStream out)
                      throws java.lang.Exception
        Marshal method for the PidHolder class, encodes the Pid object value to the output stream.
        Throws:
        java.lang.Exception
      • _unmarshal

        public void _unmarshal​(com.ericsson.otp.erlang.OtpInputStream in)
                        throws java.lang.Exception
        Unmarshal method for the PidHolder class, decodes a Pid object from the output stream and assigns it to the Holder value field.
        Throws:
        java.lang.Exception