org.norther.tammi.core.thread
Class DefaultPooledExecutor.AbortPolicy

java.lang.Object
  extended by java.util.concurrent.ThreadPoolExecutor.AbortPolicy
      extended by org.norther.tammi.core.thread.DefaultPooledExecutor.AbortPolicy
All Implemented Interfaces:
RejectedExecutionHandler
Enclosing class:
DefaultPooledExecutor

public static class DefaultPooledExecutor.AbortPolicy
extends ThreadPoolExecutor.AbortPolicy

A handler for rejected tasks that aborts the rejected task by throwing RejectedExecutionException when called.


Constructor Summary
DefaultPooledExecutor.AbortPolicy()
          Constructs a new policy.
 
Method Summary
 
Methods inherited from class java.util.concurrent.ThreadPoolExecutor.AbortPolicy
rejectedExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPooledExecutor.AbortPolicy

public DefaultPooledExecutor.AbortPolicy()
Constructs a new policy.



Copyright © 2004 The Norther Organization. All rights reserved.