Uses of Class
org.jppf.client.taskwrapper.TaskObjectWrapper.MethodType

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.
 



Copyright © 2005-2010 JPPF Team.