| java.lang.Object org.jboss.test.timer.ejb.OnCreateTimerMessageBean
OnCreateTimerMessageBean | public class OnCreateTimerMessageBean implements MessageDrivenBean,MessageListener,TimedObject(Code) | | An MDB that obtains the TimerService during the ejbCreate callback. A
timer is created in onMessage using this TimerService. It delays for 1
seconds and continues once a second for 10 seconds.
author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
ejbCreate | public void ejbCreate()(Code) | | |
ejbRemove | public void ejbRemove() throws EJBException(Code) | | |
ejbTimeout | public void ejbTimeout(Timer timer)(Code) | | |
initTimer | public void initTimer(int msgID, Queue replyTo)(Code) | | |
onMessage | public void onMessage(Message message)(Code) | | |
setMessageDrivenContext | public void setMessageDrivenContext(MessageDrivenContext ctx) throws EJBException(Code) | | |
|
|