File
Doc
Category
Size
Date
Package
TaskFactory.java
API Doc
Glassfish v2 API
3296
Fri May 04 22:32:20 BST 2007
com.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
Servicable
createTask
(
java.lang.Object
o)
public void
deleteTask
(
java.lang.Object
o)
Java Code Source