Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Cluster: Administration: Scheduling

Configuration Options     

Job scheduling makes Java commonj timers cluster-aware and provides the ability to execute jobs periodically anywhere in the cluster without a dependency on a particular server instance. These configuration settings specify how this information is shared across server instances in this cluster.

Configuration Options

Name Description
Data Source For Job Scheduler

Data source required to support persistence of jobs scheduled with the job scheduler

MBean Attribute:
ClusterMBean.DataSourceForJobScheduler

Changes take effect after you redeploy the module or restart the server.

Job Scheduler Table Name

The table name to use for storing timers active with the job scheduler

MBean Attribute:
ClusterMBean.JobSchedulerTableName

Changes take effect after you redeploy the module or restart the server.


Back to Top