| Class | Description |
|---|---|
| AbstractManagedExecutorService |
Abstract base class for
ManagedExecutorService and
ManagedScheduledExecutorService
implementation classes. |
| AbstractManagedExecutorServiceAdapter |
Abstract base class for
ManagedExecutorService and
ManagedScheduledExecutorService
implementation with life cycle operations disabled for handing out to
application components. |
| AbstractManagedThread |
Abstract base class for threads to be returned by
ManagedThreadFactoryImpl.createThread(java.lang.Runnable, org.glassfish.enterprise.concurrent.spi.ContextHandle) |
| ContextServiceImpl |
Implementation of ContextService interface
|
| ManagedExecutorCompletionService<V> |
Adopted from java.util.concurrent.ExecutorCompletionService with support
for ManagedTaskListener.
|
| ManagedExecutorServiceAdapter |
The ManagedExecutorService instance to be handed to the
application components, with all life cycle operations disabled.
|
| ManagedExecutorServiceImpl |
Implementation of ManagedExecutorService interface.
|
| ManagedScheduledExecutorServiceAdapter |
The ManagedScheduledExecutorService instance to be handed to the
application components, with all life cycle operations overriden to
throw UnSupportedException.
|
| ManagedScheduledExecutorServiceImpl |
Implementation of ManagedScheduledExecutorService interface
|
| ManagedThreadFactoryImpl |
Implementation of ManagedThreadFactory interface.
|
| Enum | Description |
|---|---|
| AbstractManagedExecutorService.RejectPolicy |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.