[jboss-user] [EJB/JBoss] - Re: Scheduler vs. EJB Timer Service

t_kishore do-not-reply at jboss.com
Fri Dec 22 08:26:27 EST 2006


service.xml got truncated in the previous post.


  | <server>
  |   <mbean code="org.jboss.varia.scheduler.Scheduler" name=":service=Scheduler">
  |     <attribute name="StartAtStartup">true</attribute>
  |     <attribute name="SchedulableClass">com.mybiz.scheduler.NotificationSchedule</attribute>
  | 		<attribute name="InitialStartDate">0</attribute> 
  | 		<attribute name="SchedulePeriod">600000</attribute>
  |     <attribute name="InitialRepetitions">-1</attribute>
  |   </mbean>
  | </server>
  | 



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995863#3995863

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995863



More information about the jboss-user mailing list