|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DMgmtModuleSnapshot | |
---|---|
com.wily.introscope.client.alerts.interfaces | |
com.wily.introscope.client.wssdk.testimpl | |
com.wily.introscope.server.webservicesapi.alerts |
Uses of DMgmtModuleSnapshot in com.wily.introscope.client.alerts.interfaces |
---|
Methods in com.wily.introscope.client.alerts.interfaces with parameters of type DMgmtModuleSnapshot | |
---|---|
void |
IAlertInventoryUpdatesConsumer.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 |
IAlertInventoryUpdatesConsumer.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 |
IAlertStatusUpdatesConsumer.updateManagementModuleStatus(DEMConfig emconfig,
DMgmtModuleSnapshot messageObject)
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. |
Uses of DMgmtModuleSnapshot in com.wily.introscope.client.wssdk.testimpl |
---|
Methods in com.wily.introscope.client.wssdk.testimpl with parameters of type DMgmtModuleSnapshot | |
---|---|
void |
TestAlertInventoryUpdatesConsumer.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 |
TestAlertInventoryUpdatesConsumer.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 |
TestAlertStatusUpdatesConsumer.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. |
Uses of DMgmtModuleSnapshot in com.wily.introscope.server.webservicesapi.alerts |
---|
Methods in com.wily.introscope.server.webservicesapi.alerts that return DMgmtModuleSnapshot | |
---|---|
DMgmtModuleSnapshot[] |
AlertPollingServiceSoapBindingStub.getManagedModules()
|
DMgmtModuleSnapshot[] |
IAlertPollingService.getManagedModules()
Obtain all the Management Modules in a given Introscope Enterprise Manager |
DMgmtModuleSnapshot |
AlertPollingServiceSoapBindingStub.getManagementModule(java.lang.String manModuleName)
|
DMgmtModuleSnapshot |
IAlertPollingService.getManagementModule(java.lang.String manModuleName)
Obtain a particular Management Module given the name of the Management Module |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |