com.ibm.task.api
Interface LocalHumanTaskManagerHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
public interface LocalHumanTaskManagerHome
- extends javax.ejb.EJBLocalHome
The local home interface of the HumanTaskManager session bean.
This interface is made available to the client through JNDI by the container
where it is deployed.
- Since:
- 6.0
Field Summary |
static java.lang.String |
COPYRIGHT
|
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
create
LocalHumanTaskManager create()
throws javax.ejb.CreateException
- Creates the local interface of the HumanTaskManager session bean.
- Throws:
javax.ejb.CreateException