Class DefaultProcessManager

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String command  
      protected long pid  
      protected java.time.Instant startTime  
    • Method Summary

      Modifier and Type Method Description
      boolean kill()  
      • Methods inherited from class java.lang.Object

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

      • pid

        protected long pid
      • startTime

        protected java.time.Instant startTime
      • command

        protected java.lang.String command
    • Constructor Detail

      • DefaultProcessManager

        public DefaultProcessManager()