Package | Description |
---|---|
oracle.jbo.common.async | |
oracle.jbo.common.async.impl |
Modifier and Type | Method and Description |
---|---|
static ExecutorService |
ExecutorServiceManager.getExecutor(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
DirectExecutorService<V extends java.io.Serializable>
An executor service that invokes a serializable callable directly on
the scheduling thread.
|
class |
FutureTaskExecutorServiceSupport<V extends java.io.Serializable>
A support class that a concrete executor service may extend to schedule and
manage FutureTasks for a SerializableCallable.
|
class |
ScheduledThreadPoolExecutorService<V extends java.io.Serializable>
An executor service that invokes a serializable callable using a
thread pool from the scheduling VM.
|