Package | Description |
---|---|
weblogic.diagnostics.watch |
This package provides interfaces that retrieve information about
diagnostic watches and JMX watch notifications.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ActionWrapperNotificationListener
Wrapper listener for invoking
Action instances from the W&N framework |
(package private) class |
ImageNotificationListener
Performs the Image Notification for the Diagnostic Watch and Notification
system.
|
(package private) class |
JMSNotificationListener
Performs the JMS notification for the Diagnostic Watch and Notification system.
|
class |
JMXNotificationListener
Performs the JMX Notification for the Diagnostic Watch and Notification
system.
|
class |
RESTNotificationListener |
(package private) class |
SMTPNotificationListener
Performs the SMTP Notification for the Diagnostic Watch and Notification
system.
|
(package private) class |
SNMPNotificationListener
Performs the SNMP Notification for the Diagnostic Watch and Notification
system.
|
(package private) class |
WatchNotificationListenerCommon
Contains common functions for all Notification Listeners in the Watch
and Notification component.
|
Modifier and Type | Field and Description |
---|---|
private WatchNotificationListener[] |
NotificationsWork.currentListeners |
private WatchNotificationListener |
NotificationsWork.currentlyExecutingAction |
private WatchNotificationListener[] |
Watch.watchNotificationListeners
Stores notification listeners.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,WatchNotificationListener> |
WatchConfiguration.enabledNotifications
Stores the registered Notification listener instances that are enabled.
|
Modifier and Type | Method and Description |
---|---|
WatchNotificationListener[] |
WatchConfiguration.getEnabledNotifications()
Retrieves all enabled Notification listeners
|
private WatchNotificationListener |
WatchConfiguration.getNotification(java.lang.String notificationName)
Retrieve a reference to a Notification by name.
|
(package private) WatchNotificationListener[] |
Watch.getNotificationListeners()
Returns notification listeners for configured notifications.
|
WatchNotificationListener[] |
WatchConfiguration.getNotifications()
Retrieves all Notification listeners
|
Modifier and Type | Method and Description |
---|---|
private void |
WatchConfiguration.addNotificationListener(WatchNotificationListener listener)
Adds a notification to the WatchManager.
|
(package private) void |
Watch.setNotificationListeners(WatchNotificationListener[] listeners)
Sets notification listeners for configured notifications.
|
Constructor and Description |
---|
NotificationsWork(WatchNotificationInternal wn,
WatchNotificationListener[] listeners,
Watch watch) |
Watch(java.lang.String partition_name,
java.lang.String name,
int ruleType,
java.lang.String expressionLanguage,
java.lang.String ruleExpression,
weblogic.timers.ScheduleExpression scheduleExpr,
int severity,
int alarmType,
int alarmResetPeriod,
java.lang.String[] notifications,
WatchNotificationListener[] listeners,
java.lang.String moduleName,
com.bea.adaptive.harvester.WatchedValues wv,
WatchConfiguration.ResourceExpressionBean resourceBean)
Constructor for watch notifications.
|