| java.lang.Object org.jboss.test.web.ejb.InternalEntityBean
InternalEntityBean | abstract public class InternalEntityBean implements EntityBean(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public Integer ejbCreate(int the_key, int the_value) throws CreateException(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbPostCreate | public void ejbPostCreate(int the_key, int the_value)(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getValue | abstract public int getValue()(Code) | | |
setEntityContext | public void setEntityContext(javax.ejb.EntityContext context)(Code) | | |
setValue | abstract public void setValue(int value)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|