Provides access to policy and action statistical data for the current instance of this server.
Note: As of WebLogic Server 12.2.1, the terms watch and notification are replaced by policy and action, respectively. However, the definition of these terms has not changed.
Since | 9.0.0.0 | ||
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.WLDFWatchNotificationRuntimeMBean
|
||
Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
Access Points |
You can access this MBean from the following MBean attributes:
|
||
Access Points Inherited from RuntimeMBean |
Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:
|
||
Access Points Inherited from WLDFWatchManagerRuntimeMBean |
Because this MBean extends or implements WLDFWatchManagerRuntimeMBean, you can also access this MBean by retrieving WLDFWatchManagerRuntimeMBeans. The following attributes contain WLDFWatchManagerRuntimeMBeans and its subtypes:
|
This section describes attributes that provide access to other MBeans.
|
The WLDFWatchJMXNotificationRuntimeMBean instance that sends JMX actions when a configured policy evaluates to true.
Deprecated.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | WLDFWatchJMXNotificationRuntimeMBean |
Relationship type: | Containment. |
Returns the MBean that serves as the source for all generated JMX actions from policies. This replaces the deprecated WLDFWatchJMXNotificationRuntime() action source.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | WLDFWatchNotificationSourceRuntimeMBean |
Relationship type: | Containment. |
This section describes the following attributes:
The names of active alarm policies.
Privileges | Read only |
Type | class java.lang.String[] |
The average Instrumentation event data evaluation cycle time, in milliseconds.
Privileges | Read only |
Type | long |
The average Harvester evaluation cycle time, in milliseconds.
Privileges | Read only |
Type | long |
The average Log evaluation cycle time, in milliseconds.
Privileges | Read only |
Type | long |
Private property that disables caching in proxies.
Privileges | Read only |
Type | boolean |
The number of active alarms of any type.
Privileges | Read only |
Type | int |
The maximum number of active alarms at any one time.
Privileges | Read only |
Type | int |
The maximum time spent evaluating EventData policies.
Privileges | Read only |
Type | long |
The maximum time spent evaluating Harvester policies.
Privileges | Read only |
Type | long |
The maximum time spent evaluating Log policies.
Privileges | Read only |
Type | long |
Returns the MBean info for this MBean.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
The minimum time spent evaluating Log policies.
Privileges | Read only |
Type | long |
The minimum time spent evaluating Harvester policies.
Privileges | Read only |
Type | long |
The minimum time spent evaluating Log policies.
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 |
Returns false if the MBean represented by this object has been unregistered.
Deprecated.
Privileges | Read only |
Type | boolean |
The total number of active automatically reset alarms.
Privileges | Read only |
Type | long |
The total number of active manually reset alarms.
Privileges | Read only |
Type | long |
The total number of Diagnostic Image actions fired. Diagnostic Image files are not true actions, but this records the number of image captures requested by the policy component.
Privileges | Read only |
Type | long |
The total number of times Instrumentation event data policies have been evaluated.
Privileges | Read only |
Type | long |
The total number of Instrumentation event data policies that
have evaluated to true
and triggered actions.
Privileges | Read only |
Type | long |
The total number of Instrumentation event data policies that have been evaluated. For each cycle, the Policy and Action component evaluates all of the enabled Instrumentation event data policies.
Privileges | Read only |
Type | long |
The total number of failed Diagnostic Image action requests.
Privileges | Read only |
Type | long |
The total number of failed JMS action attempts.
Privileges | Read only |
Type | long |
The total number of failed JMX action attempts.
Privileges | Read only |
Type | long |
The total number of failed action requests.
Privileges | Read only |
Type | long |
The total number of failed SMTP action attempts.
Privileges | Read only |
Type | long |
The total number of failed SNMP action attempts.
Privileges | Read only |
Type | long |
The total number of times the Harvester has invoked the Policy and Action component to evaluate Harvester policies. (This number corresponds to the number of sampling cycles.)
Privileges | Read only |
Type | long |
The total number of Harvester policies that have evaluated to
true
and triggered actions.
Privileges | Read only |
Type | long |
The total number of Harvester policies that have been evaluated. For each cycle, the Policy and Action component evaluates all of the enabled Harvester policies.
Privileges | Read only |
Type | long |
The total number of JMS actions successfully fired.
Privileges | Read only |
Type | long |
The total number of JMX actions successfully fired.
Privileges | Read only |
Type | long |
The total number of times Log policies have been evaluated.
Privileges | Read only |
Type | long |
The total number of Log policies that have evaluated to
true
and triggered actions.
Privileges | Read only |
Type | long |
The total number of Log policies that have been evaluated. For each cycle, the Policy and Action component evaluates all of the enabled Log policies.
Privileges | Read only |
Type | long |
The total number of actions performed.
Privileges | Read only |
Type | long |
The total number of SMTP actions successfully fired.
Privileges | Read only |
Type | long |
The total number of SNMP actions successfully fired.
Privileges | Read only |
Type | long |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
|
Resets a policy alarm.
Operation Name | "resetWatchAlarm" |
Parameters | Object [] { watchName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|