[jboss-user] [Advanced Documentation] - need help with scheduler

bb_app do-not-reply at jboss.com
Thu Dec 13 16:55:55 EST 2007


  | 
  | <server>
  |                  
  |     <mbean code="org.jboss.varia.scheduler.Scheduler"
  |            name="jboss.docs.chap10:service=Scheduler">
  |         <attribute name="StartAtStartup">true</attribute>
  |         <attribute name="SchedulableClass">org.jboss.chap10.ex2.ExSchedulable</attribute>
  |         <attribute name="SchedulableArguments">TheName,123456789</attribute>
  |         <attribute name="SchedulableArgumentTypes">java.lang.String,long</attribute>
  |                  
  |         <attribute name="InitialStartDate">NOW</attribute>
  |         <attribute name="SchedulePeriod">60000</attribute>
  |         <attribute name="InitialRepetitions">-1</attribute>
  |     </mbean>
  |                  
  | </server> 
on this code, how can i make the scheduleperiod 7 days?

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

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



More information about the jboss-user mailing list