com.ibm.bpe.api
Interface LocalBusinessProcessHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface LocalBusinessProcessHome
extends javax.ejb.EJBLocalHome

The home interface of the LocalBusinessProcess session bean.

This interface is made available to the client through JNDI by the container where it is deployed.


Method Summary
 LocalBusinessProcess create()
          Creates the LocalBusinessProcess session bean.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

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

Returns:
com.ibm.bpe.api.LocalBusinessProcess The LocalBusinessProcess session bean's interface.

Throws:
javax.ejb.CreateException - if the creation did not complete successfully.
See Also:
CreateException