| |
|
| java.lang.Object org.objectweb.jonas.jtests.beans.relation.cascade.InsuranceBean
InsuranceBean | abstract public class InsuranceBean implements EntityBean(Code) | | Implementation for bean Insurance
author: Ph Durieux |
ejbContext | protected EntityContext ejbContext(Code) | | |
logger | protected static Logger logger(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove() throws javax.ejb.RemoveException(Code) | | this instance is being removed.
we must be able to access bean fields here, including the CMRs
|
ejbStore | public void ejbStore()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ec)(Code) | | |
setNumber | abstract public void setNumber(String number)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|
|