javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.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.
Modifier and Type | Method | Description |
---|---|---|
WLDFWatchJMXNotificationRuntimeMBean |
getWLDFWatchJMXNotificationRuntime() |
Deprecated.
|
WLDFWatchNotificationSourceRuntimeMBean |
getWLDFWatchJMXNotificationSource() |
Returns the MBean that serves as the source for all generated JMX
actions from policies.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
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
@Deprecated WLDFWatchJMXNotificationRuntimeMBean getWLDFWatchJMXNotificationRuntime()
The WLDFWatchJMXNotificationRuntimeMBean instance that sends JMX actions when a configured policy evaluates to true.
WLDFWatchNotificationSourceRuntimeMBean getWLDFWatchJMXNotificationSource()
Returns the MBean that serves as the source for all generated JMX
actions from policies. This replaces the deprecated
getWLDFWatchJMXNotificationRuntime()
action source.