JobRuntimeMBean
Overview | Related MBeans | Attributes | Operations
Overview
RuntimeMBean that provides information about a particular job.
Fully Qualified Interface Name If 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 Type boolean
Description
Get the description of the submitted TimerListener . Returns TimerListener#toString()
Privileges Read only Type java.lang.String
ID
The unique ID corresponding to this job
Privileges Read only Type java.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 Type long
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 Type long
MBeanInfo
Returns the MBean info for this MBean.
Deprecated.
Privileges Read only Type javax.management.MBeanInfo
Name of
Name of configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges Read only Type java.lang.String
ObjectName
Returns the ObjectName under which this MBean is registered in the MBean server.
Deprecated.
Privileges Read only Type weblogic.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 Type long
Registered
Returns false if the the MBean represented by this object has been unregistered.
Deprecated.
Privileges Read only Type boolean
State
Returns the state of the task. A Job is either in running state or in cancelled state
Privileges Read only Type java.lang.String
Timeout
Returns when the job will be executed next
Privileges Read only Type long
TimerListener
Get the TimerListener associated with this job. This call involves a database roundtrip and should be used too frequently.
Privileges Read only Type java.io.Serializable
Type
Returns the type of the MBean.
Privileges Read only Type java.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"
Parameters null
Signature null
Returns void
preDeregister
Operation Name "preDeregister"
Parameters null
Signature null
Returns void
Exceptions
java.lang.Exception