| |
|
| java.lang.Object org.jboss.test.entity.ejb.UnsetEntityContextBean
UnsetEntityContextBean | public class UnsetEntityContextBean implements EntityBean(Code) | | A bean to test whether unsetEntityContext is called.
author: Dimitris Andreadis version: $Revision: 57211 $ |
ejbActivate | public void ejbActivate()(Code) | | |
ejbHomeClearSetEntityContextCallCounter | public void ejbHomeClearSetEntityContextCallCounter()(Code) | | |
ejbHomeClearUnsetEntityContextCallCounter | public void ejbHomeClearUnsetEntityContextCallCounter()(Code) | | |
ejbHomeGetSetEntityContextCallCounter | public int ejbHomeGetSetEntityContextCallCounter()(Code) | | |
ejbHomeGetUnsetEntityContextCallCounter | public int ejbHomeGetUnsetEntityContextCallCounter()(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) | | |
setEntityContext | public void setEntityContext(EntityContext context)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|
|