IBM WebSphere Application ServerTM
Release 8

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.2 11/10/05

Method Summary
 DataStoreLocal create()
          Called by the client to create an EJB instance.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

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.

IBM WebSphere Application ServerTM
Release 8