Package | Description |
---|---|
org.glassfish.enterprise.concurrent |
Modifier and Type | Field and Description |
---|---|
protected AbstractManagedExecutorService.RejectPolicy |
AbstractManagedExecutorService.rejectPolicy |
Modifier and Type | Method and Description |
---|---|
AbstractManagedExecutorService.RejectPolicy |
AbstractManagedExecutorService.getRejectPolicy() |
static AbstractManagedExecutorService.RejectPolicy |
AbstractManagedExecutorService.RejectPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractManagedExecutorService.RejectPolicy[] |
AbstractManagedExecutorService.RejectPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractManagedExecutorService(String name,
ManagedThreadFactoryImpl managedThreadFactory,
long hungTaskThreshold,
boolean longRunningTasks,
ContextServiceImpl contextService,
ContextSetupProvider contextCallback,
AbstractManagedExecutorService.RejectPolicy rejectPolicy) |
ManagedExecutorServiceImpl(String name,
ManagedThreadFactoryImpl managedThreadFactory,
long hungTaskThreshold,
boolean longRunningTasks,
int corePoolSize,
int maxPoolSize,
long keepAliveTime,
TimeUnit keepAliveTimeUnit,
long threadLifeTime,
ContextServiceImpl contextService,
AbstractManagedExecutorService.RejectPolicy rejectPolicy,
BlockingQueue<Runnable> queue) |
ManagedExecutorServiceImpl(String name,
ManagedThreadFactoryImpl managedThreadFactory,
long hungTaskThreshold,
boolean longRunningTasks,
int corePoolSize,
int maxPoolSize,
long keepAliveTime,
TimeUnit keepAliveTimeUnit,
long threadLifeTime,
int queueCapacity,
ContextServiceImpl contextService,
AbstractManagedExecutorService.RejectPolicy rejectPolicy) |
ManagedScheduledExecutorServiceImpl(String name,
ManagedThreadFactoryImpl managedThreadFactory,
long hungTaskThreshold,
boolean longRunningTasks,
int corePoolSize,
long keepAliveTime,
TimeUnit keepAliveTimeUnit,
long threadLifeTime,
ContextServiceImpl contextService,
AbstractManagedExecutorService.RejectPolicy rejectPolicy) |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.