public interface DataStoreLocalHome
extends javax.ejb.EJBLocalHome
Modifier and Type | Method and Description |
---|---|
DataStoreLocal |
create()
Called by the client to create an EJB instance.
|
DataStoreLocal create() throws javax.ejb.CreateException, DataStoreException
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.