|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TaskObjectWrapper.MethodType | |
|---|---|
| org.jppf.client.taskwrapper | API used for JPPF-annotated tasks and POJO tasks. |
| Uses of TaskObjectWrapper.MethodType in org.jppf.client.taskwrapper |
|---|
| Fields in org.jppf.client.taskwrapper declared as TaskObjectWrapper.MethodType | |
|---|---|
protected TaskObjectWrapper.MethodType |
AbstractTaskObjectWrapper.methodType
The type of the method to execute on the object. |
| Methods in org.jppf.client.taskwrapper that return TaskObjectWrapper.MethodType | |
|---|---|
TaskObjectWrapper.MethodType |
TaskObjectWrapper.getMethodType()
The type of the method to execute on the object. |
TaskObjectWrapper.MethodType |
AbstractTaskObjectWrapper.getMethodType()
The type of the method to execute on the object. |
static TaskObjectWrapper.MethodType |
TaskObjectWrapper.MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TaskObjectWrapper.MethodType[] |
TaskObjectWrapper.MethodType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||