|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.client.wssdk.testimpl.TestAlertStatusUpdatesConsumer
public class TestAlertStatusUpdatesConsumer
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.
Constructor Summary | |
---|---|
TestAlertStatusUpdatesConsumer()
Default Constructor |
Method Summary | |
---|---|
void |
alertMessagesTriggered(DEMConfig emconfig,
DMgmtModuleAlertMessage messageObjects)
Sample implementation - prints out the notification received when alert notifications happen within a given Introscope Enterprise Manager. |
void |
updateAgentStatus(DEMConfig emconfig,
DMgmtModuleAgentSnapshot messageObject)
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. |
void |
updateAlertDefnStatus(DEMConfig emconfig,
DMgmtModuleAlertDefnSnapshot messageObject)
Sample implementation - prints out the notification received when updates happen for the status of an Alert Definition within a given Introscope Enterprise Manager. |
void |
updateManagementModuleStatus(DEMConfig emconfig,
DMgmtModuleSnapshot messageObject)
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestAlertStatusUpdatesConsumer()
Method Detail |
---|
public void updateManagementModuleStatus(DEMConfig emconfig, DMgmtModuleSnapshot messageObject)
updateManagementModuleStatus
in interface IAlertStatusUpdatesConsumer
emconfig
- messageObject
- public void updateAgentStatus(DEMConfig emconfig, DMgmtModuleAgentSnapshot messageObject)
updateAgentStatus
in interface IAlertStatusUpdatesConsumer
emconfig
- messageObject
- public void updateAlertDefnStatus(DEMConfig emconfig, DMgmtModuleAlertDefnSnapshot messageObject)
updateAlertDefnStatus
in interface IAlertStatusUpdatesConsumer
emconfig
- messageObject
- public void alertMessagesTriggered(DEMConfig emconfig, DMgmtModuleAlertMessage messageObjects)
alertMessagesTriggered
in interface IAlertStatusUpdatesConsumer
emconfig
- messageObjects
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |