Package | Description |
---|---|
oracle.jbo.common.async.impl |
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 |
ScheduledThreadPoolExecutorService<V extends java.io.Serializable>
An executor service that invokes a serializable callable using a
thread pool from the scheduling VM.
|