| java.lang.Object org.objectweb.jonas.jtests.beans.relation.cascade.CarBean
CarBean | abstract public class CarBean implements EntityBean(Code) | | Implementation for bean Car
author: Ph Durieux |
ejbContext | protected EntityContext ejbContext(Code) | | |
logger | protected static Logger logger(Code) | | |
checkCustomerAccess | protected void checkCustomerAccess()(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbPostCreate | public void ejbPostCreate(String number, byte type, String name) throws CreateException(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) | | |
getType | abstract public byte getType()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ec)(Code) | | |
setNumber | abstract public void setNumber(String number)(Code) | | |
setType | abstract public void setType(byte type)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|