The JobExecutor is there to, like it's name says, execute Jobs.

Such a Job is for example a Timer (Timer is a subclass of Job).
If you look into the code of the JobExecutor, you will see that it queries the 
database for jobs whow duedate is passed, which means that this job should be 
executed. The JobExecutor will then delegate to the execution of the Job.

The JobExecutor which you can find in the distrubution is a normal Java thread, 
which is checking the database for available Jobs and executing them at regular 
time intervals (configurable in config)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136633
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to