com.ibm.bpe.api
Interface BusinessProcessHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface BusinessProcessHome
extends javax.ejb.EJBHome

The home interface of the BusinessProcess session bean.

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


Method Summary
 BusinessProcess create()
          Creates the BusinessProcess session bean.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public BusinessProcess create()
                       throws javax.ejb.CreateException,
                              java.rmi.RemoteException
Creates the BusinessProcess session bean.

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

Throws:
java.rmi.RemoteException - if a communication-related exception occurred.
javax.ejb.CreateException - if the creation did not complete successfully.
See Also:
java.rmi.RemoteException, CreateException