| |
|
| java.lang.Object org.jboss.test.entity.ejb.EJBLoadBean
EJBLoadBean | public class EJBLoadBean implements EntityBean(Code) | | A bean to test whether ejb load was called.
author: Adrian Brock version: $Revision: 57211 $ |
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbPostCreate | public void ejbPostCreate(String name) throws CreateException(Code) | | |
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
noTransaction | public void noTransaction()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext context)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
wasEJBLoadCalled | public boolean wasEJBLoadCalled()(Code) | | |
|
|
|