Package org.jboss.test.cts.ejb

Class Summary
AbstractMDB (src) Test of signature validation across inheritence hiearchy
BmpCallbackBean (src)  
BMTStatefulSessionBean (src) The stateful session ejb implementation
CallerSessionBean (src) The stateless session bean implementation
ConcreteMDB (src)  
CtsBmpBean (src) Class CtsBmpBean is a simple BMP entity bean for testing.
CtsCmp2SessionBean (src) Class StatelessSessionBean
CtsCmpBean (src) A simple cmp2 entity bean implementation
LocalEjbTests (src) Tests of local ejbs
SessionRef (src) A serializable object that holds a reference to a session handle
StatefulSessionBean (src) The stateful session ejb implementation
StatelessSessionBean (src) The stateless session bean implementation
StrictlyPooledCreateExceptionBean (src) A session bean that tests the behavior of a session bean with strict pooliing that throws an exception from ejbCreate
StrictlyPooledMDB (src) An MDB that validates that no more than maxActiveCount MDB instances are active in the onMessage method.
StrictlyPooledSessionBean (src) A session bean that asserts the count of instances active in the methodA business method do not exceed the maxActiveCount.