| java.lang.Object org.jboss.test.jca.ejb.ReentrantBean
ReentrantBean | public class ReentrantBean implements EntityBean(Code) | | ReentrantBean.java tests if CachedConnectionManager works with reentrant ejbs.
author: David Jencks version: $Revision: 57211 $ |
ReentrantBean | public ReentrantBean()(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public Integer ejbCreate(Integer id, Reentrant other) throws CreateException, RemoteException(Code) | | Creates a new ejbCreate instance.
Parameters: id - an Integer value Parameters: other - a Reentrant value exception: CreateException - if an error occurs exception: RemoteException - if an error occurs |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbPostCreate | public void ejbPostCreate(Integer id, Reentrant other) throws CreateException, RemoteException(Code) | | Creates a new ejbPostCreate instance.
Parameters: id - an Integer value Parameters: other - a Reentrant value exception: CreateException - if an error occurs exception: RemoteException - if an error occurs |
ejbRemove | public void ejbRemove() throws EJBException(Code) | | |
ejbStore | public void ejbStore() throws EJBException(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|