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.2 11/4/05
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      EventCatalog create()
      Called by the client to create an EJB instance.
      • Methods inherited from interface javax.ejb.EJBHome

        getEJBMetaData, getHomeHandle, remove, remove
    • Method Detail

      • create

        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.
IBM Business Process ManagerTM
Release 8