com.ibm.events.datastore
Interface DataStoreLocalHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface DataStoreLocalHome
- extends javax.ejb.EJBLocalHome
Local home interface for the data store enterprise bean
- Since:
- 5.1.0
- Version:
- 1.7 2/10/05
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
create
public DataStoreLocal create()
throws javax.ejb.CreateException,
DataStoreException
- Called by the client to create an EJB instance. This method requires a
matching pair in the bean class, for example, ejbCreate().
- Returns:
- An instance of the data store enterprise bean.
- Throws:
javax.ejb.CreateException
- If an error occurs when creating an instance of
data store enterprise bean.
DataStoreException
- If an error occurs when creating the data
store enterprise bean.