com.ibm.events.access

Interface EventAccessHome

  • All Superinterfaces:
    javax.ejb.EJBHome, java.rmi.Remote


    public interface EventAccessHome
    extends javax.ejb.EJBHome
    Remote home interface for the event access enterprise bean.
    Since:
    5.1.0
    Version:
    1.2 11/10/05
    • Method Summary

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

        getEJBMetaData, getHomeHandle, remove, remove
    • Method Detail

      • create

        EventAccess create()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  EventsException
        Called by the client to create an EJB instance. This method requires a matching pair in the bean class, for example, ejbCreate().
        Returns:
        An instance of the event access enterprise bean.
        Throws:
        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.
IBM Business Process ManagerTM
Release 8