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 WLDFWatchNotificationRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean, WLDFWatchManagerRuntimeMBean

public interface WLDFWatchNotificationRuntimeMBean
extends WLDFWatchManagerRuntimeMBean

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

Method Summary
abstract  WLDFWatchJMXNotificationRuntimeMBean getWLDFWatchJMXNotificationRuntime()
          Deprecated.  
abstract  WLDFWatchNotificationSourceRuntimeMBean getWLDFWatchJMXNotificationSource()
           Returns the MBean that serves as the source for all generated JMX actions from policies.

 

Methods inherited from interface weblogic.management.runtime.WLDFWatchManagerRuntimeMBean
getActiveAlarmWatches, getAverageEventDataWatchEvaluationTime, getAverageHarvesterWatchEvaluationTime, getAverageLogWatchEvaluationTime, getCurrentActiveAlarmsCount, getMaximumActiveAlarmsCount, getMaximumEventDataWatchEvaluationTime, getMaximumHarvesterWatchEvaluationTime, getMaximumLogWatchEvaluationTime, getMinimumEventDataWatchEvaluationTime, getMinimumHarvesterWatchEvaluationTime, getMinimumLogWatchEvaluationTime, getTotalActiveAutomaticResetAlarms, getTotalActiveManualResetAlarms, getTotalDIMGNotificationsPerformed, getTotalEventDataEvaluationCycles, getTotalEventDataWatchesTriggered, getTotalEventDataWatchEvaluations, getTotalFailedDIMGNotifications, getTotalFailedJMSNotifications, getTotalFailedJMXNotifications, getTotalFailedNotifications, getTotalFailedSMTPNotifications, getTotalFailedSNMPNotifications, getTotalHarvesterEvaluationCycles, getTotalHarvesterWatchesTriggered, getTotalHarvesterWatchEvaluations, getTotalJMSNotificationsPerformed, getTotalJMXNotificationsPerformed, getTotalLogEvaluationCycles, getTotalLogWatchesTriggered, getTotalLogWatchEvaluations, getTotalNotificationsPerformed, getTotalSMTPNotificationsPerformed, getTotalSNMPNotificationsPerformed, resetWatchAlarm

 

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

getWLDFWatchJMXNotificationRuntime

WLDFWatchJMXNotificationRuntimeMBean getWLDFWatchJMXNotificationRuntime()
Deprecated. 

The WLDFWatchJMXNotificationRuntimeMBean instance that sends JMX actions when a configured policy evaluates to true.


getWLDFWatchJMXNotificationSource

WLDFWatchNotificationSourceRuntimeMBean getWLDFWatchJMXNotificationSource()

Returns the MBean that serves as the source for all generated JMX actions from policies. This replaces the deprecated WLDFWatchNotificationRuntimeMBean.getWLDFWatchJMXNotificationRuntime() action source.

Returns:
The new preferred JMX action source for WLDF policies and actions

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