Package | Description |
---|---|
oracle.jbo.common.async | |
oracle.jbo.common.async.impl |
Modifier and Type | Method and Description |
---|---|
SerializableFuture |
SerializableCallable.schedule()
Schedule the task to be executed by the ExecutorService that is defined
for this application.
|
SerializableFuture<V> |
ExecutorService.schedule(SerializableCallable<V> callable) |
SerializableFuture |
SerializableCallable.schedule(java.lang.String serviceName)
Schedule the task to be executed by the specified ExecutorService.
|
Modifier and Type | Method and Description |
---|---|
SerializableFuture<V> |
ScheduledThreadPoolExecutorService.schedule(SerializableCallable<V> callable) |
SerializableFuture<V> |
FutureTaskExecutorServiceSupport.schedule(SerializableCallable<V> callable) |
SerializableFuture<V> |
DirectExecutorService.schedule(SerializableCallable<V> callable) |