| |
|
| java.lang.Object org.jboss.test.cts.ejb.StrictlyPooledSessionBean
StrictlyPooledSessionBean | public class StrictlyPooledSessionBean implements SessionBean(Code) | | A session bean that asserts the count of instances active in the
methodA business method do not exceed the maxActiveCount.
author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
methodA | public void methodA()(Code) | | |
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | |
|
|
|