| java.lang.Object org.jboss.test.cmp2.jbas1361.BBean
BBean | abstract public class BBean implements EntityBean(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public BPK ejbCreate(Integer id, String name) throws CreateException(Code) | | throws: javax.ejb.CreateException - |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | Parameters: ctx - The new entityContext value |
unsetEntityContext | public void unsetEntityContext()(Code) | | Unset the associated entity context.
|
|
|