com.ibm.bpe.api
Interface LocalBusinessFlowManagerHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface LocalBusinessFlowManagerHome
extends javax.ejb.EJBLocalHome

The home interface of the LocalBusinessFlowManager 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
           
 
Method Summary
 LocalBusinessFlowManager create()
          Creates the LocalBusinessFlowManager session bean.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

create

public LocalBusinessFlowManager create()
                                throws javax.ejb.CreateException
Creates the LocalBusinessFlowManager session bean.

Throws:
javax.ejb.CreateException