com.ibm.task.api

Interface HumanTaskManagerHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

  1. public interface HumanTaskManagerHome
  2. extends javax.ejb.EJBHome
The remote 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. HumanTaskManager
create()
Creates the remote interface of the HumanTaskManager session bean.
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

create

  1. HumanTaskManager create()
  2. throws javax.ejb.CreateException
  3. java.rmi.RemoteException
Creates the remote interface of the HumanTaskManager session bean.
Throws:
javax.ejb.CreateException
java.rmi.RemoteException