See: Description
Interface | Description |
---|---|
InstrumentationManagerService |
An instrumentation manager
|
WatchConstants |
The WatchConstants interface defines various constants utilized
throughout the various components of the Watch and Notification component.
|
WatchManagerStatistics | |
WatchNotificationListener |
Interface for all Notification Listeners for Watch and Notification component.
|
Class | Description |
---|---|
ActionWrapperNotificationListener |
Wrapper listener for invoking
Action instances from the W&N framework |
AdminServerLiteral | |
ConsoleUtils |
This class provide utility methods for the Watch configuration pages
in the WLS Console.
|
EventDataVariablesImpl |
This class implements the VariableResolver and VariableDeclarator interfaces
for Event Data watch rules.
|
ExpressionEvaluationUtil | |
FixedSetVariableValidator |
A dummy index resolver which validates the harvester variable name.
|
HarvesterVariablesImpl |
This class implements the VariableResolver interface
for Harvester watch rules.
|
HarvesterVariablesImpl.HarvesterVariableValueInstance |
Allows the actual attribute source to be tracked by the Query module
so that in the event of a notification the watch data can be tracked.
|
HarvesterVariablesParser |
This class parses the variable in the Harvester watch rules.
|
HarvesterVariablesParser.SingletonWrapper | |
HarvesterVariableValidator |
A dummy index resolver which validates the harvester variable name.
|
ImageNotificationListener |
Performs the Image Notification for the Diagnostic Watch and Notification
system.
|
JMSNotificationListener |
Performs the JMS notification for the Diagnostic Watch and Notification system.
|
JMXNotificationListener |
Performs the JMX Notification for the Diagnostic Watch and Notification
system.
|
JMXNotificationProducer | Deprecated |
JMXNotificationSource | |
JMXWatchNotification | Deprecated |
ManagedServerLiteral | |
NotificationsWork | |
NotificationTranslator | |
PartitionLiteral | |
RESTNotificationListener | |
SMTPNotificationListener |
Performs the SMTP Notification for the Diagnostic Watch and Notification
system.
|
SNMPNotificationListener |
Performs the SNMP Notification for the Diagnostic Watch and Notification
system.
|
Watch |
Defines a watch.
|
WatchBeanInfoProvider |
Provides
BeanInfo for EL expression beans defined
within the watch framework that are not surfaced as
HK2 services. |
WatchConfiguration |
WatchConfigInfo represents the Watch configuration that is used by
the watch manager.
|
WatchEventListener |
A singleton that manages a combined queue of Logging/Instrumentation events
for fanning out to all active WatchManager instances.
|
WatchEventListener.ListenerSingleton | |
WatchEventListener.LogEntryWork | |
WatchExtensionsManager |
Helper API and interface to discoverable Watch components, including
|
WatchLifecycleImpl |
Watches & Notifications diagnostic component lifecycle implementation.
|
WatchLogAppender |
This handler class calls the Watch manager to evaluate rules for log events.
|
WatchLogHandler |
This handler class calls the Watch manager to evaluate rules for log events.
|
WatchLogService |
This handler class calls the Watch manager to evaluate rules for log events.
|
WatchManager |
WatchManager is a singleton entity that manages Watches and Notifications.
|
WatchManagerFactory |
Used to manage the lifecycle of WatchManager instances; this is needed
so we can track how many are active and be able to interact with them
both within and without the Watch submodule.
|
WatchManagerStatisticsImpl | |
WatchNotification | Deprecated |
WatchNotificationInternal |
Internal bridge between the new Notification interface defined in the
notifications module and the internal Watch engine implementation
|
WatchNotificationInternal.WatchNotificationSourceImpl | |
WatchNotificationListenerCommon |
Contains common functions for all Notification Listeners in the Watch
and Notification component.
|
WatchNotificationRuntimeMBeanImpl |
The WatchNotificationRuntimeMBeanImpl class implements the
WLDFWatchNotificationRuntimeMBean interface and provides various methods for
accessing current statistics about the Watch and Notification component,
aggregated across all active W&N configurations.
|
WatchSource |
WatchSource implements ImageSource and provides the contents of the latest
alarms.
|
WatchSubModule |
This class manages the lifecycle of a deployed WLDFWatchNotificationBean
per the WLDFSubModule contract.
|
WatchUtils |
This class provides static utility methods
|
WatchUtils.WatchDataStaticInitializer | |
WatchValidator | Deprecated |
WatchValidatorServiceImpl |
This class provides the validation impls for the WatchValidationService contract.
|
WLDFActionsFactory |
Translates configured WLDFActionBeans to Action instances.
|
Exception | Description |
---|---|
InvalidWatchException |
Signals that a watch definition is invalid.
|
NotificationAlreadyDisabledException |
Signals that specified diagnostic notification was already disabled.
|
NotificationAlreadyEnabledException |
Signals that specified diagnostic notification was already enabled.
|
NotificationAlreadyExistsException |
Signals that a notification has already been defined.
|
NotificationCreateException |
NotificationCreateException is thrown when a problem occurs while creating a
watch notification.
|
NotificationInUseException |
Signals that a notification is being used in a watch and can not be removed.
|
NotificationNotFoundException |
Signals that specified diagnostic notification was not found.
|
WatchAlreadyDisabledException |
Signals that specified diagnostic watch was already disabled.
|
WatchAlreadyEnabledException |
Signals that specified diagnostic watch was already enabled.
|
WatchAlreadyExistsException |
Signals that a watch has already been defined.
|
WatchException |
Signals an watch exception.
|
WatchNotActiveAlarmException |
Signals that specified diagnostic watch is not an active alarm.
|
WatchNotFoundException |
Signals that specified diagnostic watch was not found.
|