Class ProcessManager.RunningProcess

  • Enclosing class:
    ProcessManager

    public static class ProcessManager.RunningProcess
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void isAliveOrThrow()
      Checks if the underlying process is still running.
      • Methods inherited from class java.lang.Object

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

      • isAliveOrThrow

        public void isAliveOrThrow()
                            throws java.lang.IllegalStateException
        Checks if the underlying process is still running.
        Throws:
        java.lang.IllegalStateException