public interface EventCatalogHome
extends javax.ejb.EJBHome
For full information, see EventCatalog
.
Modifier and Type | Method and Description |
---|---|
EventCatalog |
create()
Called by the client to create an EJB instance.
|
EventCatalog create() throws javax.ejb.CreateException, java.rmi.RemoteException
java.rmi.RemoteException
- If an error occurs when creating an instance of
the event catalog enterprise bean.javax.ejb.CreateException
- If an error occurs when creating an instance
of the event catalog enterprise bean.