com.ibm.events.catalog
Interface EventCatalogHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface EventCatalogHome
- extends javax.ejb.EJBHome
Home interface for the event catalog enterprise bean in the Common Event
Infrastructure.
For full information, see EventCatalog
.
- Since:
- 5.1.0
- Version:
- 1.8 2/10/05
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
create
public EventCatalog create()
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Called by the client to create an EJB instance. It requires a matching
pair in the bean class, for example, ejbCreate().
- Returns:
- An instance of event catalog enterprise bean.
- Throws:
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.