Represents a running or completed JMS message management operation.
This section describes attributes that provide access to other MBeans.
|
An array of TaskRuntimeMBeans
that describes a set
of parallel tasks which are components of this task.
A value of null
indicates that this task has no
subtasks.
A simple example of a task with subtasks would be one which monitors a user's request to start a cluster; that task should return a set of subtasks indicating the individual server-startup processes which compose the overall cluster-startup task.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | TaskRuntimeMBean[] |
Relationship type: | Containment. |
This section describes the following attributes:
The time at which this task was started.
Privileges | Read only |
Type | long |
Private property that disables caching in proxies.
Privileges | Read only |
Type | boolean |
A description of this task.
Privileges | Read only |
Type | java.lang.String |
The time at which this task was completed.
A value of -1
indicates that the task is currently
running.
Privileges | Read only |
Type | long |
Returns an exception describing the error, if any, that occurred while performing this task.
Privileges | Read only |
Type | java.lang.Exception |
Returns the MBean info for this MBean.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
Returns the current number of messages processed.
Privileges | Read only |
Type | long |
Returns the total number of messages being processed by the operation.
Privileges | Read only |
Type | long |
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 |
The task of which this task is a part.
A value of null
indicates that this task is not a
subtask.
For more information, see:
Privileges | Read only |
Type |
The progress of this task.
Available Since | Release 12.2.1.0.0 |
Privileges | Read only |
Type | java.lang.String |
Returns false if the MBean represented by this object has been unregistered.
Deprecated.
Privileges | Read only |
Type | boolean |
Indicates whether the task is still running.
Privileges | Read only |
Type | boolean |
The status of this task.
Privileges | Read only |
Type | java.lang.String |
Indicates whether this task was initiated by the server versus a user.
Privileges | Read only |
Type | boolean |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
|
Attempts to cancel this task.
An exception is thrown to indicate failure to cancel the task. Not all tasks can be cancelled.
Operation Name | "cancel" |
Parameters | null |
Signature | null |
Returns |
void
|
Exceptions |
|