aspose file tools
The moose likes JBoss and the fly likes Schedular service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Schedular service" Watch "Schedular service" New topic
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 ....
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Schedular service
 
Similar Threads
How do I run multiple schedules in JBoss 4.0.5?
TimerService in JBoss 4.0.5
jboss scheduler and spring framework
Scheduling Tasks in JBoss
my scheduler was not called?