Package org.jppf.client.taskwrapper

API used for JPPF-annotated tasks and POJO tasks.

See:
          Description

Interface Summary
TaskObjectWrapper Wrapper interface for tasks that are not sub-classes of JPPFTask.
 

Class Summary
AbstractPrivilegedAction Abstract superclass for priviledged actions used to invoke a method or constructor through reflection when a security manager is present.
AbstractTaskObjectWrapper Common abstract superclass for non-JPPF taskss wrappers.
AnnotatedTaskWrapper  
CallableTaskWrapper Task wrapper for classes implementing Callable.
JPPFAnnotatedTask JPPF task wrapper for an object whose class is annotated with JPPFRunnable.
PojoTaskWrapper Task wrapper for POJO classes.
RunnableTaskWrapper Task wrapper for classes implementing Runnable.
 

Enum Summary
TaskObjectWrapper.MethodType Type-safe enumeration for the type of method to execute.
 

Package org.jppf.client.taskwrapper Description

API used for JPPF-annotated tasks and POJO tasks.



Copyright © 2005-2010 JPPF Team.