Package omero.grid

Interface _ProcessOperationsNC

    • Method Detail

      • _wait

        int _wait()
           throws ServerError
        Blocks until poll() would return a non-null return code.
        Throws:
        ServerError
      • cancel

        boolean cancel()
                throws ServerError
        Signal to the Process that it should terminate. This may be done "softly" for a given time period.
        Throws:
        ServerError
      • kill

        boolean kill()
        Terminate the Process immediately.
      • shutdown

        void shutdown()
        First attempts cancel() several times and finally resorts to kill to force the process to shutdown cleanly. This method doesn't return any value or throw an exception so that it can be called oneway.