|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.client.wssdk.testimpl.TestAlertInventoryUpdatesConsumer
public class TestAlertInventoryUpdatesConsumer
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.
Constructor Summary | |
---|---|
TestAlertInventoryUpdatesConsumer()
Default Constructor |
Method Summary | |
---|---|
void |
addAgent(DEMConfig emconfig,
DMgmtModuleAgentSnapshot messageObject)
Sample implementation - prints out the notification received when an agent is picked up under any Management Module in a given Introscope Enterprise Manager. |
void |
addAlertDefn(DEMConfig emconfig,
DMgmtModuleAlertDefnSnapshot messageObject)
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. |
void |
addManagementModule(DEMConfig emconfig,
DMgmtModuleSnapshot messageObject)
Sample implementation - prints out the notification received when addition of any Management Module happens within a given Introscope Enterprise Manager. |
void |
removeAgent(DEMConfig emconfig,
DMgmtModuleAgentSnapshot messageObject)
Sample implementation - prints out the notification received when an agent is remove from under any Management Module in a given Introscope Enterprise Manager. |
void |
removeAlertDefn(DEMConfig emconfig,
DMgmtModuleAlertDefnSnapshot messageObject)
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. |
void |
removeManagementModule(DEMConfig emconfig,
DMgmtModuleSnapshot messageObject)
Sample implementation - prints out the notification received when removal of any Management Module happens within a given Introscope Enterprise Manager. |
void |
updateAlertDefn(DEMConfig emconfig,
DMgmtModuleAlertDefnSnapshot messageObject)
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestAlertInventoryUpdatesConsumer()
Method Detail |
---|
public void addManagementModule(DEMConfig emconfig, DMgmtModuleSnapshot messageObject)
addManagementModule
in interface IAlertInventoryUpdatesConsumer
emconfig
- messageObject
- public void removeManagementModule(DEMConfig emconfig, DMgmtModuleSnapshot messageObject)
removeManagementModule
in interface IAlertInventoryUpdatesConsumer
emconfig
- messageObject
- public void addAgent(DEMConfig emconfig, DMgmtModuleAgentSnapshot messageObject)
addAgent
in interface IAlertInventoryUpdatesConsumer
emconfig
- messageObject
- public void removeAgent(DEMConfig emconfig, DMgmtModuleAgentSnapshot messageObject)
removeAgent
in interface IAlertInventoryUpdatesConsumer
emconfig
- messageObject
- public void addAlertDefn(DEMConfig emconfig, DMgmtModuleAlertDefnSnapshot messageObject)
addAlertDefn
in interface IAlertInventoryUpdatesConsumer
emconfig
- messageObject
- public void removeAlertDefn(DEMConfig emconfig, DMgmtModuleAlertDefnSnapshot messageObject)
removeAlertDefn
in interface IAlertInventoryUpdatesConsumer
emconfig
- messageObject
- public void updateAlertDefn(DEMConfig emconfig, DMgmtModuleAlertDefnSnapshot messageObject)
updateAlertDefn
in interface IAlertInventoryUpdatesConsumer
emconfig
- messageObject
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |