![]() ![]() ![]() ![]() |
Timers
This page displays information about jobs scheduled with the Job Scheduler on this server and allows an administrator to remove those jobs from future execution.
Column Display
You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.
The following table lists all of the data points that you can display in columns on this page.
Name Description ID The unique ID corresponding to this job
MBean Attribute:
JobRuntimeMBean.ID
Description Get the description of the submitted TimerListener . Returns TimerListener#toString()
MBean Attribute:
JobRuntimeMBean.Description
State Returns the state of the task. A Job is either in running state or in cancelled state
MBean Attribute:
JobRuntimeMBean.State
Period Returns the specified periodicity of this job
MBean Attribute:
JobRuntimeMBean.Period
Timeout Returns when the job will be executed next
MBean Attribute:
JobRuntimeMBean.Timeout
Last Local Execution Time Returns the most recent execution time of this job in the local server. Note that multiple executions of the same job are load-balanced across the cluster and this time indicates when the job was last executed locally.
MBean Attribute:
JobRuntimeMBean.LastLocalExecutionTime
Local Execution Count Returns the number of times this job was executed locally. Job executions are load-balanced across the cluster. This count specifies the number of executions of the job in the local server.
MBean Attribute:
JobRuntimeMBean.LocalExecutionCount
![]() |