This is a callback method that gets notifications when
addition of any Agent happens for alert definitions
within a given Introscope Enterprise Manager.
Sample implementation - prints out the notification received
when an agent is picked up under any Management Module
in a given Introscope Enterprise Manager.
This is a callback method that gets notifications when
addition of Alert Definitions happen on any Management
Module within a given Introscope Enterprise Manager.
Sample implementation - prints out the notification received
when an Alert Definition is added in the context of a Management
Module and an agent in a given Introscope Enterprise Manager.
Sample implementation - prints out the notification received
when addition of any Management Module happens within a given
Introscope Enterprise Manager.
This interface is to be implemented for actions to be taken
when the following inventory changes happen on an Introscope
Enterprise Manager as seen from the perspective of the
Management Module editor:
addition/removal of Management Modules,
addition/removal of Agents,
addition/removal/updates to Alert Definitions
This interface is to be implemented for actions to be taken
when the following happen on an Introscope Enterprise Manager
as seen from the perspective of the Management Module editor:
Status Changes of Management Modules,
Status Changes of Agents,
Status Changes of Alert Definitions
Alert Messages are triggered
Constructs a new exception for Introscope Web Services with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
This is a callback method that gets notifications when
removal of any Agent happens for alert definitions
within a given Introscope Enterprise Manager.
Sample implementation - prints out the notification received
when an agent is remove from under any Management Module
in a given Introscope Enterprise Manager.
This is a callback method that gets notifications when
removal of Alert Definitions happen on any Management
Module within a given Introscope Enterprise Manager.
Sample implementation - prints out the notification received
when an Alert Definition is no longer available in the context
of a Management Module and an agent in a given Introscope Enterprise
Manager.
Sample implementation - prints out the notification received
when removal of any Management Module happens within a given
Introscope Enterprise Manager.
This is a test implementation which shows how to fetch the
alerts inventory information for an Introscope Enterprise Manager
using the Alerts Polling Web Service
This is a test implementation of the IAlertInventoryConsumer
interface that receives callback on inventory related updates
that are published by the EM Alerts Subscriptions Web Service.
This is a test implementation of the IAlertStatusUpdatesConsumer
interface that receives notifications on status related updates that
are published by the Alerts Subscriptions Web Service on an Introscope
Enterprise Manager.
This is a test implementation of the IPostStartupHandler
interface that shows an implementation of an entry point into
your code on the web container startup.
This is a test implementation of the IPostStartupHandler
interface that shows an implementation of an entry point into
your code on the web container startup.
This is a callback method that gets notifications when
updates for the status of an Agent happens ( this is the
rolled up status obtained from all the alerts associated
with an agent) within a given Introscope Enterprise Manager.
Sample implementation - prints out the notification received
when updates for the status of an Agent happens ( this is the
rolled up status obtained from all the alerts associated
with an agent) within a given Introscope Enterprise Manager.
This is a callback method that gets notifications when
updates of Alert Definitions on any Management Module
within a given Introscope Enterprise Manager.
Sample implementation - prints out the notification received
when an Alert Definition is updated in the context of a Management Module
and an agent in a given Introscope Enterprise Manager.
This is a callback method that gets notifications when
updates happen for the status of an Alert Definition
within a given Introscope Enterprise Manager.
Sample implementation - prints out the notification received
when updates happen for the status of an Alert Definition
within a given Introscope Enterprise Manager.
This is a callback method that gets notifications when
updates for the status of a Management Module happens
( this is the rolled up status obtained from all the
alerts within an agent and all the agents that are
configured for alerts and are hence associated with
a given Management Module) within a given Introscope
Enterprise Manager.
Sample implementation - prints out the notification received
when updates for the status of a Management Module happen
( this is the rolled up status obtained from all the
alerts within an agent and all the agents that are
configured for alerts and are hence associated with
a given Management Module) within a given Introscope
Enterprise Manager.