|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DMgmtModuleAlertDefnSnapshot | |
---|---|
com.wily.introscope.client.alerts.interfaces | |
com.wily.introscope.client.wssdk.testimpl | |
com.wily.introscope.server.webservicesapi.alerts |
Uses of DMgmtModuleAlertDefnSnapshot in com.wily.introscope.client.alerts.interfaces |
---|
Methods in com.wily.introscope.client.alerts.interfaces with parameters of type DMgmtModuleAlertDefnSnapshot | |
---|---|
void |
IAlertInventoryUpdatesConsumer.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 |
IAlertInventoryUpdatesConsumer.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 |
IAlertInventoryUpdatesConsumer.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. |
void |
IAlertStatusUpdatesConsumer.updateAlertDefnStatus(DEMConfig emconfig,
DMgmtModuleAlertDefnSnapshot messageObject)
This is a callback method that gets notifications when updates happen for the status of an Alert Definition within a given Introscope Enterprise Manager. |
Uses of DMgmtModuleAlertDefnSnapshot in com.wily.introscope.client.wssdk.testimpl |
---|
Methods in com.wily.introscope.client.wssdk.testimpl with parameters of type DMgmtModuleAlertDefnSnapshot | |
---|---|
void |
TestAlertInventoryUpdatesConsumer.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 |
TestAlertInventoryUpdatesConsumer.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 |
TestAlertInventoryUpdatesConsumer.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. |
void |
TestAlertStatusUpdatesConsumer.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. |
Uses of DMgmtModuleAlertDefnSnapshot in com.wily.introscope.server.webservicesapi.alerts |
---|
Methods in com.wily.introscope.server.webservicesapi.alerts that return DMgmtModuleAlertDefnSnapshot | |
---|---|
DMgmtModuleAlertDefnSnapshot |
AlertPollingServiceSoapBindingStub.getAlertSnapshot(java.lang.String manModuleName,
java.lang.String agentIdentifier,
java.lang.String alertDefName)
|
DMgmtModuleAlertDefnSnapshot |
IAlertPollingService.getAlertSnapshot(java.lang.String manModuleName,
java.lang.String agentIdentifier,
java.lang.String alertDefName)
Obtain the information for an Alert Definition given the Management Module Name, Agent Identifier and the Alert Name. |
DMgmtModuleAlertDefnSnapshot[] |
AlertPollingServiceSoapBindingStub.getAlertSnapshots(java.lang.String manModuleName,
java.lang.String agentIdentifier)
|
DMgmtModuleAlertDefnSnapshot[] |
IAlertPollingService.getAlertSnapshots(java.lang.String manModuleName,
java.lang.String agentIdentifier)
Obtain all the Alert Definitions for a given Managemet Module, Agent Identifier |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |