javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
WLDFWatchNotificationRuntimeMBean
public interface WLDFWatchManagerRuntimeMBean extends RuntimeMBean
Provides access to Policy and Action statistical data for the current instance of this server.
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
getActiveAlarmWatches() |
The names of active alarm policies.
|
long |
getAverageEventDataWatchEvaluationTime() |
The average Instrumentation event data evaluation cycle time, in
milliseconds.
|
long |
getAverageHarvesterWatchEvaluationTime() |
The average Harvester evaluation cycle time, in milliseconds.
|
long |
getAverageLogWatchEvaluationTime() |
The average Log 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 |
getMaximumEventDataWatchEvaluationTime() |
The maximum time spent evaluating EventData policies.
|
long |
getMaximumHarvesterWatchEvaluationTime() |
The maximum time spent evaluating Harvester policies.
|
long |
getMaximumLogWatchEvaluationTime() |
The maximum time spent evaluating Log policies.
|
long |
getMinimumEventDataWatchEvaluationTime() |
The minimum time spent evaluating Log policies.
|
long |
getMinimumHarvesterWatchEvaluationTime() |
The minimum time spent evaluating Harvester policies.
|
long |
getMinimumLogWatchEvaluationTime() |
The minimum time spent evaluating Log policies.
|
long |
getTotalActiveAutomaticResetAlarms() |
The total number of active automatically reset alarms.
|
long |
getTotalActiveManualResetAlarms() |
The total number of active manually reset alarms.
|
long |
getTotalDIMGNotificationsPerformed() |
The total number of Diagnostic Image actions fired.
|
long |
getTotalEventDataEvaluationCycles() |
The total number of times Instrumentation event data
policies have been evaluated.
|
long |
getTotalEventDataWatchesTriggered() |
The total number of Instrumentation event data policies that
have evaluated to
true and triggered actions. |
long |
getTotalEventDataWatchEvaluations() |
The total number of Instrumentation event data policies
that have been evaluated.
|
long |
getTotalFailedDIMGNotifications() |
The total number of failed Diagnostic Image action requests.
|
long |
getTotalFailedJMSNotifications() |
The total number of failed JMS action attempts.
|
long |
getTotalFailedJMXNotifications() |
The total number of failed JMX action attempts.
|
long |
getTotalFailedNotifications() |
The total number of failed action requests.
|
long |
getTotalFailedSMTPNotifications() |
The total number of failed SMTP action attempts.
|
long |
getTotalFailedSNMPNotifications() |
The total number of failed SNMP action attempts.
|
long |
getTotalHarvesterEvaluationCycles() |
The total number of times the Harvester has invoked
the Policy and Action component to evaluate Harvester policies.
|
long |
getTotalHarvesterWatchesTriggered() |
The total number of Harvester policies that have evaluated
to
true and triggered actions. |
long |
getTotalHarvesterWatchEvaluations() |
The total number of Harvester policies that have been
evaluated.
|
long |
getTotalJMSNotificationsPerformed() |
The total number of JMS actions successfully fired.
|
long |
getTotalJMXNotificationsPerformed() |
The total number of JMX actions successfully fired.
|
long |
getTotalLogEvaluationCycles() |
The total number of times Log policies have been
evaluated.
|
long |
getTotalLogWatchesTriggered() |
The total number of Log policies that have evaluated
to
true and triggered actions. |
long |
getTotalLogWatchEvaluations() |
The total number of Log policies that have been
evaluated.
|
long |
getTotalNotificationsPerformed() |
The total number of actions performed.
|
long |
getTotalSMTPNotificationsPerformed() |
The total number of SMTP actions successfully fired.
|
long |
getTotalSNMPNotificationsPerformed() |
The total number of SNMP actions successfully fired.
|
void |
resetWatchAlarm​(java.lang.String watchName) |
Resets a policy alarm.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
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()
java.lang.String[] getActiveAlarmWatches() throws ManagementException
The names of active alarm policies.
ManagementException
void resetWatchAlarm​(java.lang.String watchName) throws ManagementException
Resets a policy alarm.
watchName
- the name of the policy to resetManagementException
long 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()