Uses of Interface
org.jppf.client.taskwrapper.TaskObjectWrapper

Packages that use TaskObjectWrapper
org.jppf.client.taskwrapper API used for JPPF-annotated tasks and POJO tasks. 
 

Uses of TaskObjectWrapper in org.jppf.client.taskwrapper
 

Classes in org.jppf.client.taskwrapper that implement TaskObjectWrapper
 class AbstractTaskObjectWrapper
          Common abstract superclass for non-JPPF taskss wrappers.
 class CallableTaskWrapper
          Task wrapper for classes implementing Callable.
 class PojoTaskWrapper
          Task wrapper for POJO classes.
 class RunnableTaskWrapper
          Task wrapper for classes implementing Runnable.
 

Fields in org.jppf.client.taskwrapper declared as TaskObjectWrapper
protected  TaskObjectWrapper JPPFAnnotatedTask.taskObjectWrapper
          Wrapper around a task that is not an instance of JPPFTask.
 



Copyright © 2005-2010 JPPF Team.