com.ibm.task.api
Interface HumanTaskManagerHome
-
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
public interface HumanTaskManagerHome extends javax.ejb.EJBHomeThe 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
Fields Modifier and Type Field and Description static java.lang.StringCOPYRIGHT
-
Method Summary
Methods Modifier and Type Method and Description HumanTaskManagercreate()Creates the remote interface of the HumanTaskManager session bean.
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
HumanTaskManager create() throws javax.ejb.CreateException, java.rmi.RemoteException
Creates the remote interface of the HumanTaskManager session bean.- Throws:
javax.ejb.CreateExceptionjava.rmi.RemoteException
-
-