Class Pid

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<java.lang.Object>

    public final class Pid
    extends com.ericsson.otp.erlang.OtpErlangPid
    Pid class mapps the built-in erlang type pid, a process identity.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Pid​(com.ericsson.otp.erlang.OtpInputStream buf)  
      Pid​(com.ericsson.otp.erlang.OtpSelf self)  
      Pid​(java.lang.String node, int id, int serial, int creation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equal​(Pid _pid)
      Comparisson method for Pid.
      • Methods inherited from class com.ericsson.otp.erlang.OtpErlangPid

        compareTo, creation, encode, equals, id, node, serial, toString
      • Methods inherited from class com.ericsson.otp.erlang.OtpErlangObject

        bind, clone, decode, hashCode, match
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Pid

        public Pid​(com.ericsson.otp.erlang.OtpSelf self)
      • Pid

        public Pid​(com.ericsson.otp.erlang.OtpInputStream buf)
            throws com.ericsson.otp.erlang.OtpErlangDecodeException
        Throws:
        com.ericsson.otp.erlang.OtpErlangDecodeException
      • Pid

        public Pid​(java.lang.String node,
                   int id,
                   int serial,
                   int creation)
    • Method Detail

      • equal

        public boolean equal​(Pid _pid)
        Comparisson method for Pid.
        Returns:
        true if the input Pid value equals the value of the current object, false otherwize