|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAlertInventoryUpdatesConsumer
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
Method Summary | |
---|---|
void |
addAgent(DEMConfig emconfig,
DMgmtModuleAgentSnapshot messageObject)
This is a callback method that gets notifications when addition of any Agent happens for alert definitions within a given Introscope Enterprise Manager. |
void |
addAlertDefn(DEMConfig emconfig,
DMgmtModuleAlertDefnSnapshot messageObject)
This is a callback method that gets notifications when addition of Alert Definitions happen on any Management Module within a given Introscope Enterprise Manager. |
void |
addManagementModule(DEMConfig emconfig,
DMgmtModuleSnapshot messageObject)
This is a callback method that gets notifications when addition of any Management Module happens within a given Introscope Enterprise Manager. |
void |
removeAgent(DEMConfig emconfig,
DMgmtModuleAgentSnapshot messageObject)
This is a callback method that gets notifications when removal of any Agent happens for alert definitions within a given Introscope Enterprise Manager. |
void |
removeAlertDefn(DEMConfig emconfig,
DMgmtModuleAlertDefnSnapshot messageObject)
This is a callback method that gets notifications when removal of Alert Definitions happen on any Management Module within a given Introscope Enterprise Manager. |
void |
removeManagementModule(DEMConfig emconfig,
DMgmtModuleSnapshot messageObject)
This is a callback method that gets notifications when removal of any Management Module happens within a given Introscope Enterprise Manager. |
void |
updateAlertDefn(DEMConfig emconfig,
DMgmtModuleAlertDefnSnapshot messageObject)
This is a callback method that gets notifications when updates of Alert Definitions on any Management Module within a given Introscope Enterprise Manager. |
Method Detail |
---|
void addManagementModule(DEMConfig emconfig, DMgmtModuleSnapshot messageObject)
emconfig
- messageObject
- void removeManagementModule(DEMConfig emconfig, DMgmtModuleSnapshot messageObject)
emconfig
- messageObject
- void addAgent(DEMConfig emconfig, DMgmtModuleAgentSnapshot messageObject)
emconfig
- messageObject
- void removeAgent(DEMConfig emconfig, DMgmtModuleAgentSnapshot messageObject)
emconfig
- messageObject
- void addAlertDefn(DEMConfig emconfig, DMgmtModuleAlertDefnSnapshot messageObject)
emconfig
- messageObject
- void removeAlertDefn(DEMConfig emconfig, DMgmtModuleAlertDefnSnapshot messageObject)
emconfig
- messageObject
- void updateAlertDefn(DEMConfig emconfig, DMgmtModuleAlertDefnSnapshot messageObject)
emconfig
- messageObject
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |