| java.lang.Object org.objectweb.jonas.jtests.beans.relation.lcp.SIMPLECHILDBean
SIMPLECHILDBean | abstract public class SIMPLECHILDBean implements javax.ejb.EntityBean(Code) | | |
SIMPLECHILDBean | public SIMPLECHILDBean()(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | Loads entity bean from persistent storage
|
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbPostCreateDEFAULT | public void ejbPostCreateDEFAULT(String scPkId, String scDesc, SIMPLEPARENTLocal _SimplechildSimpleparent) throws CreateException(Code) | | Complete any post creation work here
|
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | Removes entity bean from persistent storage
|
ejbStore | public void ejbStore()(Code) | | Stores entity bean to persistent storage
|
getSimplechildSimpleparent | abstract public SIMPLEPARENTLocal getSimplechildSimpleparent()(Code) | | Retrieves SIMPLEPARENTLocal relationship data
|
setEntityContext | public void setEntityContext(EntityContext context)(Code) | | Sets the entity context
|
setSimplechildSimpleparent | abstract public void setSimplechildSimpleparent(SIMPLEPARENTLocal var)(Code) | | Sets SIMPLEPARENTLocal relationship data
|
unsetEntityContext | public void unsetEntityContext()(Code) | | Un-sets the entity context
|
|
|