
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
27/May/08 10:45 PM
|
|
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;
|
|
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;
|
Show » |
| No work has yet been logged on this issue.
|
|