|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface TaskObjectWrapper
Wrapper interface for tasks that are not sub-classes of JPPFTask.
| Nested Class Summary | |
|---|---|
static class |
TaskObjectWrapper.MethodType
Type-safe enumeration for the type of method to execute. |
| Method Summary | |
|---|---|
Object |
execute()
Execute the task depending on its type. |
TaskObjectWrapper.MethodType |
getMethodType()
The type of the method to execute on the object. |
Object |
getTaskObject()
Return the object on which a method or constructor is called. |
| Method Detail |
|---|
TaskObjectWrapper.MethodType getMethodType()
MethodType enum value.
Object execute()
throws Exception
Exception - if an error occurs during the execution.Object getTaskObject()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||