public interface EventAccessHome
extends javax.ejb.EJBHome
Modifier and Type | Method and Description |
---|---|
EventAccess |
create()
Called by the client to create an EJB instance.
|
EventAccess create() throws java.rmi.RemoteException, javax.ejb.CreateException, EventsException
java.rmi.RemoteException
- If an error occurs when accessing the event
access enterprise bean.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.