| java.lang.Object org.jboss.test.perf.ejb.ClientSessionBean
ClientSessionBean | public class ClientSessionBean implements javax.ejb.SessionBean(Code) | | An implementation of the Session interface that delegates its calls
to the SessionBean implementation to test session to session bean timings.
version: $Revision: 57211 $ |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate(String entityName) throws CreateException(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
setSessionContext | public void setSessionContext(SessionContext context)(Code) | | |
|
|