Interface IWorkQueue

  • All Known Implementing Classes:
    WorkQueue

    public interface IWorkQueue
    • Method Detail

      • execute

        IProcessIdentfier execute​(IRunnable runnable)
                           throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException
      • shutdown

        void shutdown()
      • waitForWorkQueueFinished

        void waitForWorkQueueFinished​(long timeout)
                               throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException