Skip navigation links

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


weblogic.management.runtime
Interface WLDFWatchManagerRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean
All Known Subinterfaces:
WLDFWatchNotificationRuntimeMBean

public interface WLDFWatchManagerRuntimeMBean
extends RuntimeMBean

Provides access to Policy and Action statistical data for the current instance of this server.

Since:
12.1.2.0

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

getTotalHarvesterEvaluationCycles

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.)

Returns:
the number of evaluation cycles for the Harvester policies

getTotalHarvesterWatchEvaluations

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.

Returns:
the number of Harvester policies evaluated

getTotalHarvesterWatchesTriggered

long getTotalHarvesterWatchesTriggered()

The total number of Harvester policies that have evaluated to true and triggered actions.

Returns:
the number of Harvester policies that have triggered actions

getAverageHarvesterWatchEvaluationTime

long getAverageHarvesterWatchEvaluationTime()

The average Harvester evaluation cycle time, in milliseconds.

Returns:
the average evaluation time

getTotalLogEvaluationCycles

long getTotalLogEvaluationCycles()

The total number of times Log policies have been evaluated.

Returns:
the number of evaluation cycles for the Log policies

getTotalLogWatchEvaluations

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.

Returns:
the number of Log policies evaluated

getTotalLogWatchesTriggered

long getTotalLogWatchesTriggered()

The total number of Log policies that have evaluated to true and triggered actions.

Returns:
the number of Log policies that have triggered actions

getAverageLogWatchEvaluationTime

long getAverageLogWatchEvaluationTime()

The average Log evaluation cycle time, in milliseconds.

Returns:
the average Log evaluation cycle time

getTotalEventDataEvaluationCycles

long getTotalEventDataEvaluationCycles()

The total number of times Instrumentation event data policies have been evaluated.

Returns:
the number of evaluation cycles for the Instrumentation event data policies

getTotalEventDataWatchEvaluations

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.

Returns:
the number of Instrumentation event data policies evaluated

getTotalEventDataWatchesTriggered

long getTotalEventDataWatchesTriggered()

The total number of Instrumentation event data policies that have evaluated to true and triggered actions.

Returns:
the number of Instrumentation event data policies that have triggered actions

getAverageEventDataWatchEvaluationTime

long getAverageEventDataWatchEvaluationTime()

The average Instrumentation event data evaluation cycle time, in milliseconds.

Returns:
the average Instrumentation event data evaluation cycle time

getCurrentActiveAlarmsCount

int getCurrentActiveAlarmsCount()

The number of active alarms of any type.

Returns:
the number of active alarms

getMaximumActiveAlarmsCount

int getMaximumActiveAlarmsCount()

The maximum number of active alarms at any one time.

Returns:
the maximum active alarm count

getTotalActiveManualResetAlarms

long getTotalActiveManualResetAlarms()

The total number of active manually reset alarms.

Returns:
the total number of active manually reset alarms

getTotalActiveAutomaticResetAlarms

long getTotalActiveAutomaticResetAlarms()

The total number of active automatically reset alarms.

Returns:
the total number of active automatically reset alarms

getTotalNotificationsPerformed

long getTotalNotificationsPerformed()

The total number of actions performed.

Returns:
the total number of actions performed

getTotalFailedNotifications

long getTotalFailedNotifications()
The total number of failed action requests.
Returns:
the total number of failed action attempts

getActiveAlarmWatches

String[] getActiveAlarmWatches()
                               throws ManagementException

The names of active alarm policies.

Returns:
a string array of active alarm policies
Throws:
ManagementException

resetWatchAlarm

void resetWatchAlarm(String watchName)
                     throws ManagementException

Resets a policy alarm.

Parameters:
watchName - the name of the policy to reset
Throws:
ManagementException

getMinimumHarvesterWatchEvaluationTime

long getMinimumHarvesterWatchEvaluationTime()
The minimum time spent evaluating Harvester policies.

getMaximumHarvesterWatchEvaluationTime

long getMaximumHarvesterWatchEvaluationTime()
The maximum time spent evaluating Harvester policies.

getMinimumLogWatchEvaluationTime

long getMinimumLogWatchEvaluationTime()
The minimum time spent evaluating Log policies.

getMaximumLogWatchEvaluationTime

long getMaximumLogWatchEvaluationTime()
The maximum time spent evaluating Log policies.

getMinimumEventDataWatchEvaluationTime

long getMinimumEventDataWatchEvaluationTime()
The minimum time spent evaluating Log policies.

getMaximumEventDataWatchEvaluationTime

long getMaximumEventDataWatchEvaluationTime()
The maximum time spent evaluating EventData policies.

getTotalDIMGNotificationsPerformed

long getTotalDIMGNotificationsPerformed()
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.
Returns:
the total Diagnostic Image actions fired

getTotalFailedDIMGNotifications

long getTotalFailedDIMGNotifications()
The total number of failed Diagnostic Image action requests.
Returns:
the total number of failed Diagnostic Image action attempts

getTotalJMXNotificationsPerformed

long getTotalJMXNotificationsPerformed()
The total number of JMX actions successfully fired.
Returns:
the total JMX actions fired

getTotalFailedJMXNotifications

long getTotalFailedJMXNotifications()
The total number of failed JMX action attempts.
Returns:
the total number of failed JMX action attempts

getTotalSMTPNotificationsPerformed

long getTotalSMTPNotificationsPerformed()
The total number of SMTP actions successfully fired.
Returns:
the total SMTP actions fired

getTotalFailedSMTPNotifications

long getTotalFailedSMTPNotifications()
The total number of failed SMTP action attempts.
Returns:
the total number of failed SMTP action attempts

getTotalSNMPNotificationsPerformed

long getTotalSNMPNotificationsPerformed()
The total number of SNMP actions successfully fired.
Returns:
the total SMTP actions fired

getTotalFailedSNMPNotifications

long getTotalFailedSNMPNotifications()
The total number of failed SNMP action attempts.
Returns:
the total number of failed SNMP action attempts

getTotalJMSNotificationsPerformed

long getTotalJMSNotificationsPerformed()
The total number of JMS actions successfully fired.
Returns:
the total JMS actions fired

getTotalFailedJMSNotifications

long getTotalFailedJMSNotifications()
The total number of failed JMS action attempts.
Returns:
the total number of failed action attempts

Skip navigation links

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