JobRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

RuntimeMBean that provides information about a particular job.

   
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.JobRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.


Attributes

This section describes the following attributes:


CachingDisabled

Private property that disables caching in proxies.

       
Privileges Read only
Typeboolean

Description

Get the description of the submitted TimerListener . Returns TimerListener#toString()

       
Privileges Read only
Typejava.lang.String

ID

The unique ID corresponding to this job

       
Privileges Read only
Typejava.lang.String

LastLocalExecutionTime

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.

       
Privileges Read only
Typelong

LocalExecutionCount

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.

       
Privileges Read only
Typelong

MBeanInfo

Returns the MBean info for this MBean.

Deprecated.

       
Privileges Read only
Typejavax.management.MBeanInfo

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

       
Privileges Read only
Typejava.lang.String

ObjectName

Returns the ObjectName under which this MBean is registered in the MBean server.

Deprecated.

       
Privileges Read only
Typeweblogic.management.WebLogicObjectName

Parent

Return the immediate parent for this MBean

       
Privileges Read/Write
Type

Period

Returns the specified periodicity of this job

       
Privileges Read only
Typelong

Registered

Returns false if the the MBean represented by this object has been unregistered.

Deprecated.

       
Privileges Read only
Typeboolean

State

Returns the state of the task. A Job is either in running state or in cancelled state

       
Privileges Read only
Typejava.lang.String

Timeout

Returns when the job will be executed next

       
Privileges Read only
Typelong

TimerListener

Get the TimerListener associated with this job. This call involves a database roundtrip and should be used too frequently.

       
Privileges Read only
Typejava.io.Serializable

Type

Returns the type of the MBean.

       
Privileges Read only
Typejava.lang.String


Operations

This section describes the following operations:


    cancel

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

       
    Operation Name"cancel"
    Parametersnull
    Signaturenull
    Returns void

    preDeregister

       
    Operation Name"preDeregister"
    Parametersnull
    Signaturenull
    Returns void
    Exceptions
    • java.lang.Exception