WLDFWatchNotificationRuntimeMBean
Overview | Related MBeans | Attributes | Operations
Overview
Provides access to Watch and Notification statistical data for the current instance of this server.
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.
Related MBeans
This section describes attributes that provide access to other MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
WLDFWatchJMXNotificationRuntime
The WLDFWatchJMXNotificationRuntimeMBean instance that sends JMX notifications when a configured watch rule evaluates to true.
Factory Methods No explicit creator method. The child shares the lifecycle of its parent. Privileges Read only Type WLDFWatchJMXNotificationRuntimeMBean Relationship type: Containment.
Attributes
This section describes the following attributes:
ActiveAlarmWatches
The names of active alarm watches.
Privileges Read only Type class java.lang.String[]
AverageEventDataWatchEvaluationTime
The average Instrumentation event data evaluation cycle time, in milliseconds.
Privileges Read only Type long
AverageHarvesterWatchEvaluationTime
The average Harvester evaluation cycle time, in milliseconds.
Privileges Read only Type long
AverageLogWatchEvaluationTime
The average Log evaluation cycle time, in milliseconds.
Privileges Read only Type long
CachingDisabled
Private property that disables caching in proxies.
Privileges Read only Type boolean
CurrentActiveAlarmsCount
The number of active alarms of any type.
Privileges Read only Type int
MaximumActiveAlarmsCount
The maximum number of active alarms at any one time.
Privileges Read only Type int
MaximumEventDataWatchEvaluationTime
The maximum time spent evaluating EventData watches.
Privileges Read only Type long
MaximumHarvesterWatchEvaluationTime
The maximum time spent evaluating Harvester watches.
Privileges Read only Type long
MaximumLogWatchEvaluationTime
The maximum time spent evaluating Log watches.
Privileges Read only Type long
MBeanInfo
Returns the MBean info for this MBean.
Deprecated.
Privileges Read only Type javax.management.MBeanInfo
MinimumEventDataWatchEvaluationTime
The minimum time spent evaluating Log watches.
Privileges Read only Type long
MinimumHarvesterWatchEvaluationTime
The minimum time spent evaluating Harvester watches.
Privileges Read only Type long
MinimumLogWatchEvaluationTime
The minimum time spent evaluating Log watches.
Privileges Read only Type long
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
Registered
Returns false if the the MBean represented by this object has been unregistered.
Deprecated.
Privileges Read only Type boolean
TotalActiveAutomaticResetAlarms
The total number of active automatically reset alarms.
Privileges Read only Type long
TotalActiveManualResetAlarms
The total number of active manually reset alarms.
Privileges Read only Type long
TotalDIMGNotificationsPerformed
The total number of Diagnostic Image notifications fired. Diagnostic Image files are not true notifications, but this records the number of image captures requested by the watch component.
Privileges Read only Type long
TotalEventDataEvaluationCycles
The total number of times Instrumentation event data watch rules have been evaluated.
Privileges Read only Type long
TotalEventDataWatchesTriggered
The total number of Instrumentation event data watch rules that have evaluated to
true and triggered notifications.
Privileges Read only Type long
TotalEventDataWatchEvaluations
The total number of Instrumentation event data watch rules that have been evaluated. For each cycle, the Watch and Notification component evaluates all of the enabled Instrumentation event data watches.
Privileges Read only Type long
TotalFailedDIMGNotifications
The total number of failed Diagnostic Image notification requests.
Privileges Read only Type long
TotalFailedJMSNotifications
The total number of failed JMS notification attempts.
Privileges Read only Type long
TotalFailedJMXNotifications
The total number of failed JMX notification attempts.
Privileges Read only Type long
TotalFailedNotifications
The total number of failed notification requests.
Privileges Read only Type long
TotalFailedSMTPNotifications
The total number of failed SMTP notification attempts.
Privileges Read only Type long
TotalFailedSNMPNotifications
The total number of failed SNMP notification attempts.
Privileges Read only Type long
TotalHarvesterEvaluationCycles
The total number of times the Harvester has invoked the Watch and Notification component to evaluate Harvester watch rules. (This number corresponds to the number of sampling cycles.)
Privileges Read only Type long
TotalHarvesterWatchesTriggered
The total number of Harvester watch rules that have evaluated to
true and triggered notifications.
Privileges Read only Type long
TotalHarvesterWatchEvaluations
The total number of Harvester watch rules that have been evaluated. For each cycle, the Watch and Notification component evaluates all of the enabled Harvester watches.
Privileges Read only Type long
TotalJMSNotificationsPerformed
The total number of JMS notifications successfully fired.
Privileges Read only Type long
TotalJMXNotificationsPerformed
The total number of JMX notifications successfully fired.
Privileges Read only Type long
TotalLogEvaluationCycles
The total number of times Log watch rules have been evaluated.
Privileges Read only Type long
TotalLogWatchesTriggered
The total number of Log watch rules that have evaluated to
true and triggered notifications.
Privileges Read only Type long
TotalLogWatchEvaluations
The total number of Log watch rules that have been evaluated. For each cycle, the Watch and Notification component evaluates all of the enabled Log watches.
Privileges Read only Type long
TotalNotificationsPerformed
The total number of notifications performed.
Privileges Read only Type long
TotalSMTPNotificationsPerformed
The total number of SMTP notifications successfully fired.
Privileges Read only Type long
TotalSNMPNotificationsPerformed
The total number of SNMP notifications successfully fired.
Privileges Read only Type long
Type
Returns the type of the MBean.
Privileges Read only Type java.lang.String
Operations
This section describes the following operations:
preDeregister
Operation Name "preDeregister"
Parameters null
Signature null
Returns void
Exceptions
java.lang.Exception
resetWatchAlarm
Resets a watch alarm.
Operation Name "resetWatchAlarm"
Parameters Object [] { watchName }
where:
watchName is an object of type
java.lang.String that specifies:
the name of the watch to reset
Signature String [] { "java.lang.String" }
Returns void
Exceptions
weblogic.management.ManagementException