com.ibm.bpe.api
Interface BusinessFlowManagerHome
All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote
- public interface BusinessFlowManagerHome
- extends javax.ejb.EJBHome
Since:
6.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
create()
Creates the remote interface of the BusinessFlowManager session bean.
|
Methods inherited from interface javax.ejb.EJBHome |
---|
getEJBMetaData, getHomeHandle, remove, remove |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
create
- BusinessFlowManager create()
- throws javax.ejb.CreateException
- java.rmi.RemoteException
Creates the remote interface of the BusinessFlowManager session bean.
Throws:
javax.ejb.CreateException
java.rmi.RemoteException