| Author |
Schedular service
|
Anny Lutova
Greenhorn
Joined: Nov 19, 2003
Posts: 3
|
|
For schedulare some work in JBOSS you have to write class class MySchedular implements Schedulable{ .... } and add to scheduler-service.xml such lines... <mbean code="org.jboss.varia.scheduler.Scheduler" ..... <attribute name="SchedulePeriod">10000</attribute> ..... </mbean> Is it possible to change "SchedulePeriod" in my source code ....
|
 |
 |
|
|
subject: Schedular service
|
|
|