Class PortHolder

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

public final class PortHolder extends Object
Holder class for Port.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Port instance variable.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    PortHolder(Port initial)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    _marshal(com.ericsson.otp.erlang.OtpOutputStream out)
    Marshal method for the PortHolder class, encodes the Port object value to the output stream.
    void
    _unmarshal(com.ericsson.otp.erlang.OtpInputStream in)
    Unmarshal method for the PortHolder class, decodes a Port 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 Details

    • value

      public Port value
      Port instance variable.
  • Constructor Details

    • PortHolder

      public PortHolder()
    • PortHolder

      public PortHolder(Port initial)
  • Method Details

    • _marshal

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

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