com.ibm.bpe.api

Interface LocalBusinessFlowManagerHome

All Superinterfaces:
javax.ejb.EJBLocalHome

  1. public interface LocalBusinessFlowManagerHome
  2. extends javax.ejb.EJBLocalHome
The local home interface of the BusinessFlowManager 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. LocalBusinessFlowManager
create()
Creates the local interface of the BusinessFlowManager session bean.
Methods inherited from interface javax.ejb.EJBLocalHome
remove

Field Detail

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

Method Detail

create

  1. LocalBusinessFlowManager create( )
  2. throws javax.ejb.CreateException
Creates the local interface of the BusinessFlowManager session bean.
Throws:
javax.ejb.CreateException