| java.lang.Object org.jboss.test.cts.ejb.StrictlyPooledMDB
StrictlyPooledMDB | public class StrictlyPooledMDB implements MessageDrivenBean,MessageListener(Code) | | An MDB that validates that no more than maxActiveCount MDB instances
are active in the onMessage method.
author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
ejbCreate | public void ejbCreate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
onMessage | public void onMessage(Message message)(Code) | | |
setMessageDrivenContext | public void setMessageDrivenContext(MessageDrivenContext ctx) throws EJBException(Code) | | |
|
|