| java.lang.Object org.jboss.test.cmp2.cmrtree.ejb.BBean
Field Summary | |
Category | log |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public BPK ejbCreate(int majorId, String minorId, String name) throws CreateException(Code) | | throws: 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) | | |
getParentBMinorId | abstract public String getParentBMinorId()(Code) | | |
setAMinorId | abstract public void setAMinorId(String aid)(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | Parameters: ctx - The new entityContext value |
setMajorId | abstract public void setMajorId(int id)(Code) | | |
setParentBMinorId | abstract public void setParentBMinorId(String bid)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | Unset the associated entity context.
|
|
|