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. | ||
Access Points |
You can access this MBean from the following MBean attributes:
|
This section describes the following attributes:
Private property that disables caching in proxies.
Privileges | Read only |
Type | boolean |
Get the description of the submitted
commonj.timers.TimerListener
. Returns
commonj.timers.TimerListener#toString
.
Privileges | Read only |
Type | java.lang.String |
The unique ID corresponding to this job
Privileges | Read only |
Type | java.lang.String |
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 |
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 |
Returns the MBean info for this MBean.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Returns the ObjectName under which this MBean is registered in the MBean server.
Deprecated.
Privileges | Read only |
Type | weblogic.management.WebLogicObjectName |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
Returns the specified periodicity of this job
Privileges | Read only |
Type | long |
Returns false if the the MBean represented by this object has been unregistered.
Deprecated.
Privileges | Read only |
Type | boolean |
Returns the state of the task. A Job is either in running state or in cancelled state
Privileges | Read only |
Type | java.lang.String |
Returns when the job will be executed next
Privileges | Read only |
Type | long |
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 |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
|
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
|
Operation Name | "preDeregister" |
Parameters | null |
Signature | null |
Returns |
void
|
Exceptions |
|