Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Server: Monitoring: Environment Monitoring: Jobs

Column Display     

This page displays information about jobs scheduled on this specific server instance.

Column Display

Name Description
ID

The unique ID corresponding to this job

MBean Attribute:
JobRuntimeMBean.ID

Description

Get the description of the submitted commonj.timers.TimerListener. Returns commonj.timers.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


Back to Top