com.ibm.events.access
Interface EventAccessLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface EventAccessLocalHome
extends javax.ejb.EJBLocalHome

Local home interface for the event access enterprise bean.

Since:
5.1.0
Version:
1.9 2/10/05

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

Method Detail

create

public EventAccessLocal create()
                        throws javax.ejb.CreateException,
                               EventsException
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 event access enterprise bean.
Throws:
javax.ejb.CreateException - If an error occurs when creating an instance of the event access enterprise bean.
EventsException - If an error occurs when creating the event access enterprise bean.