Interface | Description |
---|---|
ApplicationModuleWrapper.ApplicationModuleReceiver | |
ExecutorService<V extends java.io.Serializable> |
An service provider may implement an ExecutorService to execute
SerializableCallable tasks. |
Class | Description |
---|---|
ADFContextWrapper<V extends java.io.Serializable> |
A serializable callable that ensures proper ADF context for the lifetime of
the wrapped callable.
|
ApplicationModuleWrapper<V extends java.io.Serializable> |
A serializable callable that ensures an ApplicationModuleHandle for the
lifetime of the wrapped callable.
|
ElevatedWrapper<V extends java.io.Serializable> |
For internal framework use only.
|
ExecutorServiceManager |
Manage
ExecutorService instances. |
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.
|
SecurityContextWrapper<V extends java.io.Serializable> |
For internal framework use only.
|
SerializableCallable<V extends java.io.Serializable> |
A serializable callable that an executor service may invoke to perform
a task.
|
SerializableFuture<V extends java.io.Serializable> |
Returned from
ExecutorService#scheduleFuture(SerializableCallable) . |
SubjectWrapper<V extends java.io.Serializable> |
For internal framework use only.
|
Utils |
Utility class for Groovy scripts
For internal framework use only.
|