Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
edu.emory.mathcs.util.concurrent.PooledExecutor.BlockedExecutionHandler

Uses of PooledExecutor.BlockedExecutionHandler in edu.emory.mathcs.util.concurrent
 

Classes in edu.emory.mathcs.util.concurrent that implement PooledExecutor.BlockedExecutionHandler
protected  class PooledExecutor.AbortWhenBlocked
          Class defining Abort action.
protected  class PooledExecutor.DiscardOldestWhenBlocked
          Class defining DiscardOldest action.
protected  class PooledExecutor.DiscardWhenBlocked
          Class defining Discard action.
protected  class PooledExecutor.RunWhenBlocked
          Class defining Run action.
protected  class PooledExecutor.WaitWhenBlocked
          Class defining Wait action.
 

Fields in edu.emory.mathcs.util.concurrent declared as PooledExecutor.BlockedExecutionHandler
protected  PooledExecutor.BlockedExecutionHandler PooledExecutor.blockedExecutionHandler_
          The current handler for unserviceable requests.
 

Methods in edu.emory.mathcs.util.concurrent that return PooledExecutor.BlockedExecutionHandler
protected  PooledExecutor.BlockedExecutionHandler PooledExecutor.getBlockedExecutionHandler()
          Get the handler for blocked execution
 

Methods in edu.emory.mathcs.util.concurrent with parameters of type PooledExecutor.BlockedExecutionHandler
protected  void PooledExecutor.setBlockedExecutionHandler(PooledExecutor.BlockedExecutionHandler h)
          Set the handler for blocked execution
 void PooledExecutor.shutdownNow(PooledExecutor.BlockedExecutionHandler handler)
          Interrupt all threads and disable construction of new threads.
 void PooledExecutor.shutdownAfterProcessingCurrentlyQueuedTasks(PooledExecutor.BlockedExecutionHandler handler)
          Terminate threads after processing all elements currently in queue.