Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Server: Control: Jobs

Buttons     Column Display     

Use this page to view jobs scheduled on this server or to remove jobs from future execution.

Buttons

Name Description
Cancel

Cancel this job and prevent it from executing again in any server, not just this server.

MBean Attribute:
JobRuntimeMBean.cancel

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

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