com.wily.introscope.client.alerts.interfaces
Interface IAlertInventoryUpdatesConsumer

All Known Implementing Classes:
TestAlertInventoryUpdatesConsumer

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

addManagementModule

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.

Parameters:
emconfig -
messageObject -

removeManagementModule

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.

Parameters:
emconfig -
messageObject -

addAgent

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.

Parameters:
emconfig -
messageObject -

removeAgent

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.

Parameters:
emconfig -
messageObject -

addAlertDefn

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.

Parameters:
emconfig -
messageObject -

removeAlertDefn

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.

Parameters:
emconfig -
messageObject -

updateAlertDefn

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.

Parameters:
emconfig -
messageObject -


Copyright © 2007 CA Inc. All Rights Reserved.