| Package | Description |
|---|---|
| agi.foundation.compatibility |
| Modifier and Type | Method and Description |
|---|---|
static WaitCallback |
WaitCallback.of(WaitCallback.Function f)
Create a delegate for the given interface.
|
static WaitCallback |
WaitCallback.of(WaitCallback.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static WaitCallback |
WaitCallback.of(WaitCallback.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ThreadPool.queueUserWorkItem(WaitCallback waitCallback)
Queues a method for execution.
|
static boolean |
ThreadPool.queueUserWorkItem(WaitCallback waitCallback,
Object state)
Queues a method for execution, and specifies an object containing data to be used
by the method.
|