Package | Description |
---|---|
oracle.jbo.common.async | |
oracle.jbo.common.async.impl |
Modifier and Type | Class and Description |
---|---|
class |
ADFContextWrapper<V extends java.io.Serializable>
A serializable callable that ensures proper ADF context for the lifetime of
the wrapped callable.
|
class |
ApplicationModuleWrapper<V extends java.io.Serializable>
A serializable callable that ensures an ApplicationModuleHandle for the
lifetime of the wrapped callable.
|
class |
ElevatedWrapper<V extends java.io.Serializable>
For internal framework use only.
|
class |
SandboxWrapper<V extends java.io.Serializable>
A SerializableCallable that captures the sandbox name from the scheduling thread
and attempts to join that sandbox when the callable is executed.
|
class |
SecurityContextWrapper<V extends java.io.Serializable>
For internal framework use only.
|
class |
SubjectWrapper<V extends java.io.Serializable>
For internal framework use only.
|
Modifier and Type | Method and Description |
---|---|
SerializableFuture<V> |
ExecutorService.schedule(SerializableCallable<V> callable) |
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) |