org.jppf.client.taskwrapper
Class AbstractTaskObjectWrapper

java.lang.Object
  extended by org.jppf.client.taskwrapper.AbstractTaskObjectWrapper
All Implemented Interfaces:
Serializable, TaskObjectWrapper
Direct Known Subclasses:
CallableTaskWrapper, PojoTaskWrapper, RunnableTaskWrapper

public abstract class AbstractTaskObjectWrapper
extends Object
implements TaskObjectWrapper

Common abstract superclass for non-JPPF taskss wrappers.

Author:
Laurent Cohen
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jppf.client.taskwrapper.TaskObjectWrapper
TaskObjectWrapper.MethodType
 
Field Summary
protected  TaskObjectWrapper.MethodType methodType
          The type of the method to execute on the object.
 
Constructor Summary
AbstractTaskObjectWrapper()
           
 
Method Summary
 TaskObjectWrapper.MethodType getMethodType()
          The type of the method to execute on the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jppf.client.taskwrapper.TaskObjectWrapper
execute, getTaskObject
 

Field Detail

methodType

protected TaskObjectWrapper.MethodType methodType
The type of the method to execute on the object.

Constructor Detail

AbstractTaskObjectWrapper

public AbstractTaskObjectWrapper()
Method Detail

getMethodType

public TaskObjectWrapper.MethodType getMethodType()
The type of the method to execute on the object.

Specified by:
getMethodType in interface TaskObjectWrapper
Returns:
a MethodType enum value.
See Also:
TaskObjectWrapper.getMethodType()


Copyright © 2005-2010 JPPF Team.