| java.lang.Object org.jboss.test.cmp2.cmrtree.ejb.ABean
Field Summary | |
Category | log |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public APK ejbCreate(int id, String id2, 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) | | |
getMajorId | abstract public int getMajorId()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | Parameters: ctx - The new entityContext value |
setMajorId | abstract public void setMajorId(int id)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | Unset the associated entity context.
|
|
|