| java.lang.Object org.jboss.test.mdb.bean.TXTimeOutBean
TXTimeOutBean | public class TXTimeOutBean implements MessageDrivenBean,MessageListener(Code) | | The TXTimeOutBean simulates when the onMessage() takes
a long time to process the message. When this happens,
the TM might time-out the transaction. This bean
can be used to see if the TX times outs occur.
author: Hiram Chirino |
PROCESSING_DELAY | long PROCESSING_DELAY(Code) | | |
log | org.apache.log4j.Category log(Code) | | |
ejbCreate | public void ejbCreate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
onMessage | public void onMessage(Message message)(Code) | | |
setMessageDrivenContext | public void setMessageDrivenContext(MessageDrivenContext ctx)(Code) | | |
|
|