Learn about scheduler
- Manage schedulers
- Set schedulers
- Create the database for schedulers
- Access schedulers
- Develop a task that calls a session bean
- Develop a task that sends a JMS message
- Receive scheduler notifications
- Submit a task to a scheduler
- Secure scheduler tasks
- Use schedulers
Samples
The Samples Gallery offers:
- Scheduler - Account Report
The Account Report application demonstrates use of the Scheduler APIs, in addition to the Java EE 1.6 model. This application consists of a servlet, container-managed persistence (CMP) beans, and session beans. Using the servlet, a report generation task can be scheduled. After each specified interval, account balances are totaled, and a new report is generated.