| 
  | <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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to