Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-807

CMP2 EntityBean interface methods auto-implemented

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0-beta-1, 3.0-beta-2, 3.0
    • 3.1
    • cmp2, deployment
    • None

    Description

      Any of the following javax.ejb.EntityBean methods will be implemented automatically in the generated subclass if left un-implemented in the CMP2 bean class:

      void ejbActivate() throws javax.ejb.EJBException, java.rmi.RemoteException;

      void ejbLoad() throws javax.ejb.EJBException, java.rmi.RemoteException;

      void ejbPassivate() throws javax.ejb.EJBException, java.rmi.RemoteException;

      void ejbRemove() throws javax.ejb.RemoveException, javax.ejb.EJBException, java.rmi.RemoteException;

      void ejbStore() throws javax.ejb.EJBException, java.rmi.RemoteException;

      void setEntityContext(javax.ejb.EntityContext entityContext) throws javax.ejb.EJBException, java.rmi.RemoteException;

      void unsetEntityContext() throws javax.ejb.EJBException, java.rmi.RemoteException;

      Attachments

        Activity

          People

            dblevins David Blevins
            dblevins David Blevins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: