| 
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface WLDFWatchManagerRuntimeMBean
Provides access to Policy and Action statistical data for the current instance of this server.
| Method Summary | |
|---|---|
abstract  String[] | 
getActiveAlarmWatches()The names of active alarm policies.  | 
abstract  long | 
getAverageEventDataWatchEvaluationTime()The average Instrumentation event data evaluation cycle time, in milliseconds.  | 
abstract  long | 
getAverageHarvesterWatchEvaluationTime()The average Harvester evaluation cycle time, in milliseconds.  | 
abstract  long | 
getAverageLogWatchEvaluationTime()The average Log evaluation cycle time, in milliseconds.  | 
abstract  int | 
getCurrentActiveAlarmsCount()The number of active alarms of any type.  | 
abstract  int | 
getMaximumActiveAlarmsCount()The maximum number of active alarms at any one time.  | 
abstract  long | 
getMaximumEventDataWatchEvaluationTime()The maximum time spent evaluating EventData policies.  | 
abstract  long | 
getMaximumHarvesterWatchEvaluationTime()The maximum time spent evaluating Harvester policies.  | 
abstract  long | 
getMaximumLogWatchEvaluationTime()The maximum time spent evaluating Log policies.  | 
abstract  long | 
getMinimumEventDataWatchEvaluationTime()The minimum time spent evaluating Log policies.  | 
abstract  long | 
getMinimumHarvesterWatchEvaluationTime()The minimum time spent evaluating Harvester policies.  | 
abstract  long | 
getMinimumLogWatchEvaluationTime()The minimum time spent evaluating Log policies.  | 
abstract  long | 
getTotalActiveAutomaticResetAlarms()The total number of active automatically reset alarms.  | 
abstract  long | 
getTotalActiveManualResetAlarms()The total number of active manually reset alarms.  | 
abstract  long | 
getTotalDIMGNotificationsPerformed()The total number of Diagnostic Image actions fired.  | 
abstract  long | 
getTotalEventDataEvaluationCycles()The total number of times Instrumentation event data policies have been evaluated.  | 
abstract  long | 
getTotalEventDataWatchesTriggered()The total number of Instrumentation event data policies that have evaluated to true and triggered actions. | 
abstract  long | 
getTotalEventDataWatchEvaluations()The total number of Instrumentation event data policies that have been evaluated.  | 
abstract  long | 
getTotalFailedDIMGNotifications()The total number of failed Diagnostic Image action requests.  | 
abstract  long | 
getTotalFailedJMSNotifications()The total number of failed JMS action attempts.  | 
abstract  long | 
getTotalFailedJMXNotifications()The total number of failed JMX action attempts.  | 
abstract  long | 
getTotalFailedNotifications()The total number of failed action requests.  | 
abstract  long | 
getTotalFailedSMTPNotifications()The total number of failed SMTP action attempts.  | 
abstract  long | 
getTotalFailedSNMPNotifications()The total number of failed SNMP action attempts.  | 
abstract  long | 
getTotalHarvesterEvaluationCycles()The total number of times the Harvester has invoked the Policy and Action component to evaluate Harvester policies.  | 
abstract  long | 
getTotalHarvesterWatchesTriggered()The total number of Harvester policies that have evaluated to true and triggered actions. | 
abstract  long | 
getTotalHarvesterWatchEvaluations()The total number of Harvester policies that have been evaluated.  | 
abstract  long | 
getTotalJMSNotificationsPerformed()The total number of JMS actions successfully fired.  | 
abstract  long | 
getTotalJMXNotificationsPerformed()The total number of JMX actions successfully fired.  | 
abstract  long | 
getTotalLogEvaluationCycles()The total number of times Log policies have been evaluated.  | 
abstract  long | 
getTotalLogWatchesTriggered()The total number of Log policies that have evaluated to true and triggered actions. | 
abstract  long | 
getTotalLogWatchEvaluations()The total number of Log policies that have been evaluated.  | 
abstract  long | 
getTotalNotificationsPerformed()The total number of actions performed.  | 
abstract  long | 
getTotalSMTPNotificationsPerformed()The total number of SMTP actions successfully fired.  | 
abstract  long | 
getTotalSNMPNotificationsPerformed()The total number of SNMP actions successfully fired.  | 
abstract  void | 
resetWatchAlarm(String watchName)Resets a policy alarm.  | 
| Methods inherited from interface weblogic.management.runtime.RuntimeMBean | 
|---|
addPropertyChangeListener, removePropertyChangeListener | 
| Methods inherited from interface weblogic.management.WebLogicMBean | 
|---|
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent | 
| Methods inherited from interface javax.management.DynamicMBean | 
|---|
getAttribute, getAttributes, invoke, setAttribute, setAttributes | 
| Methods inherited from interface javax.management.MBeanRegistration | 
|---|
postDeregister, postRegister, preDeregister, preRegister | 
| Methods inherited from interface javax.management.NotificationBroadcaster | 
|---|
addNotificationListener, getNotificationInfo, removeNotificationListener | 
| Method Detail | 
|---|
long getTotalHarvesterEvaluationCycles()
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.)
long getTotalHarvesterWatchEvaluations()
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.
long getTotalHarvesterWatchesTriggered()
The total number of Harvester policies that have evaluated to true and triggered actions.
long getAverageHarvesterWatchEvaluationTime()
The average Harvester evaluation cycle time, in milliseconds.
long getTotalLogEvaluationCycles()
The total number of times Log policies have been evaluated.
long getTotalLogWatchEvaluations()
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.
long getTotalLogWatchesTriggered()
The total number of Log policies that have evaluated to true and triggered actions.
long getAverageLogWatchEvaluationTime()
The average Log evaluation cycle time, in milliseconds.
long getTotalEventDataEvaluationCycles()
The total number of times Instrumentation event data policies have been evaluated.
long getTotalEventDataWatchEvaluations()
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.
long getTotalEventDataWatchesTriggered()
The total number of Instrumentation event data policies that have evaluated to true and triggered actions.
long getAverageEventDataWatchEvaluationTime()
The average Instrumentation event data evaluation cycle time, in milliseconds.
int getCurrentActiveAlarmsCount()
The number of active alarms of any type.
int getMaximumActiveAlarmsCount()
The maximum number of active alarms at any one time.
long getTotalActiveManualResetAlarms()
The total number of active manually reset alarms.
long getTotalActiveAutomaticResetAlarms()
The total number of active automatically reset alarms.
long getTotalNotificationsPerformed()
The total number of actions performed.
long getTotalFailedNotifications()
String[] getActiveAlarmWatches()
                               throws ManagementException
The names of active alarm policies.
ManagementException
void resetWatchAlarm(String watchName)
                     throws ManagementException
Resets a policy alarm.
watchName - the name of the policy to resetManagementExceptionlong getMinimumHarvesterWatchEvaluationTime()
long getMaximumHarvesterWatchEvaluationTime()
long getMinimumLogWatchEvaluationTime()
long getMaximumLogWatchEvaluationTime()
long getMinimumEventDataWatchEvaluationTime()
long getMaximumEventDataWatchEvaluationTime()
long getTotalDIMGNotificationsPerformed()
long getTotalFailedDIMGNotifications()
long getTotalJMXNotificationsPerformed()
long getTotalFailedJMXNotifications()
long getTotalSMTPNotificationsPerformed()
long getTotalFailedSMTPNotifications()
long getTotalSNMPNotificationsPerformed()
long getTotalFailedSNMPNotifications()
long getTotalJMSNotificationsPerformed()
long getTotalFailedJMSNotifications()
  | 
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||