| java.lang.Object org.jboss.test.perf.ejb.EntityBean
EntityBean | abstract public class EntityBean implements javax.ejb.EntityBean(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public EntityPK ejbCreate(int theKey, int theValue) throws CreateException(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbPostCreate | public void ejbPostCreate(int theKey, int theValue)(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getTheKey | abstract public int getTheKey()(Code) | | |
getTheValue | abstract public int getTheValue()(Code) | | |
isModified | public boolean isModified()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext context)(Code) | | |
setModified | public void setModified(boolean flag)(Code) | | |
setTheKey | abstract public void setTheKey(int theKey)(Code) | | |
setTheValue | abstract public void setTheValue(int theValue)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
write | public void write(int theValue)(Code) | | |
|
|