com.ibm.events.access

Interface EventAccessLocalHome

  • All Superinterfaces:
    javax.ejb.EJBLocalHome


    public interface EventAccessLocalHome
    extends javax.ejb.EJBLocalHome
    Local 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
      EventAccessLocal create()
      Called by the client to create an EJB instance.
      • Methods inherited from interface javax.ejb.EJBLocalHome

        remove
    • Method Detail

      • create

        EventAccessLocal create()
                                throws 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:
        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