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