Hi,

I use something like this:


  |   <mbean code="org.jboss.varia.scheduler.Scheduler" 
name="myService:service=MyScheduler";>
  |     <attribute name="StartAtStartup">true</attribute>
  |     <attribute name="SchedulableClass">my.schedulable.class</attribute>
  |     <attribute name="SchedulableArguments">myArg</attribute>
  |     <attribute name="SchedulableArgumentTypes">java.lang.String</attribute>
  |     <attribute name="DateFormat">dd-MM-yy HH:mm</attribute>
  |     <attribute name="InitialStartDate">01-01-01 00:00</attribute> 
  |     <attribute name="SchedulePeriod">86400000</attribute>
  |     <attribute name="InitialRepetitions">-1</attribute>
  |     <depends-list>
  | 

Hope it helps..

T!

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

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


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to