Network Deployment (Distributed operating systems), v8.0 > Administer applications and their environment > Administer Scheduler service
Install default scheduler calendars
- Scheduler calendars
The scheduler provides stateless session bean interfaces which allow creating common calendars which can be used by the scheduler and any Java EE application.
- Install default scheduler calendars
The default scheduler SIMPLE and CRON calendars are available in the SchedulerCalendars.ear system application and are automatically installed on standalone server profiles. System applications cannot be installed and uninstalled like traditional Java EE applications.
- Example: Using default scheduler calendars
The SIMPLE and CRON calendars can be used from any J2EE application. This topic describes that process.