FileDocCategorySizeDatePackage
TaskFactory.javaAPI DocGlassfish v2 API3296Fri May 04 22:32:20 BST 2007com.sun.enterprise.util.threadpool

TaskFactory

public interface TaskFactory
This interface needs to be implemented by the users task factory that creates tasks that wrap users objects used in the service method of the task object. The task object will need to implement the Serviceable

Fields Summary
Constructors Summary
Methods Summary
public ServicablecreateTask(java.lang.Object o)

public voiddeleteTask(java.lang.Object o)