Uses of Class
org.jboss.threads.RejectionPolicy

Packages that use RejectionPolicy
org.jboss.threads   
 

Uses of RejectionPolicy in org.jboss.threads
 

Methods in org.jboss.threads that return RejectionPolicy
 RejectionPolicy SimpleQueueExecutor.getRejectionPolicy()
           
static RejectionPolicy RejectionPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RejectionPolicy[] RejectionPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.threads with parameters of type RejectionPolicy
 void SimpleQueueExecutor.setRejectionPolicy(RejectionPolicy newPolicy, java.util.concurrent.Executor handoffExecutor)
           
 

Constructors in org.jboss.threads with parameters of type RejectionPolicy
OrderedExecutor(java.util.concurrent.Executor parent, java.util.Queue<java.lang.Runnable> queue, RejectionPolicy policy, java.util.concurrent.Executor handoffExecutor)
          Construct a new instance.
OrderedExecutor(java.util.concurrent.Executor parent, RejectionPolicy policy, java.util.concurrent.Executor handoffExecutor)
          Construct a new instance using an unbounded FIFO queue.
SimpleQueueExecutor(java.lang.String name, int corePoolSize, int maxPoolSize, long keepAliveTime, java.util.concurrent.TimeUnit keepAliveTimeUnit, java.util.Queue<java.lang.Runnable> queue, java.util.concurrent.ThreadFactory threadFactory, RejectionPolicy rejectionPolicy, java.util.concurrent.Executor handoffExecutor)
           
 



Copyright © 2011. All Rights Reserved.