Class PortManager.Pid

  • Enclosing class:
    PortManager

    private static final class PortManager.Pid
    extends java.lang.Object
    Determines the process identifier of the current process.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.OptionalLong PID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Pid()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.util.OptionalLong getPidInternal()  
      • Methods inherited from class java.lang.Object

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

      • PID

        private static final java.util.OptionalLong PID
    • Constructor Detail

      • Pid

        private Pid()
    • Method Detail

      • getPidInternal

        private static java.util.OptionalLong getPidInternal()