|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DEMConfig in com.wily.introscope.client.alerts.interfaces |
---|
Methods in com.wily.introscope.client.alerts.interfaces that return DEMConfig | |
---|---|
DEMConfig |
IIntroscopeClient.getEmConfig()
Obtains the DEMConfig which comprises of the current Host, IP and launch time for the Introscope Enterprise Manager. |
Methods in com.wily.introscope.client.alerts.interfaces with parameters of type DEMConfig | |
---|---|
void |
IAlertInventoryUpdatesConsumer.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 |
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.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 |
IAlertStatusUpdatesConsumer.alertMessagesTriggered(DEMConfig emconfig,
DMgmtModuleAlertMessage messageObjects)
This is a callback method that gets notifications when alert notifications happen within a given Introscope Enterprise Manager. |
void |
IAlertInventoryUpdatesConsumer.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 |
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.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 |
IIntroscopeClient.setEmConfig(DEMConfig emConfig)
Set the current DEMConfig for the Introscope Enterprise Manager. |
void |
IAlertStatusUpdatesConsumer.updateAgentStatus(DEMConfig emconfig,
DMgmtModuleAgentSnapshot messageObject)
This is a callback method that gets notifications when updates for the status of an Agent happens ( this is the rolled up status obtained from all the alerts associated with an agent) 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. |
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 DEMConfig in com.wily.introscope.client.alerts.manager |
---|
Methods in com.wily.introscope.client.alerts.manager that return DEMConfig | |
---|---|
DEMConfig |
IntroscopeClient.getEmConfig()
Obtains the DEMConfig which comprises of the current Host, IP and launch time for the Introscope Enterprise Manager. |
Methods in com.wily.introscope.client.alerts.manager with parameters of type DEMConfig | |
---|---|
void |
IntroscopeClient.setEmConfig(DEMConfig emConfig)
Set the current DEMConfig for the Introscope Enterprise Manager. |
Uses of DEMConfig in com.wily.introscope.client.wssdk.testimpl |
---|
Methods in com.wily.introscope.client.wssdk.testimpl with parameters of type DEMConfig | |
---|---|
void |
TestAlertInventoryUpdatesConsumer.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 |
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.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 |
TestAlertStatusUpdatesConsumer.alertMessagesTriggered(DEMConfig emconfig,
DMgmtModuleAlertMessage messageObjects)
Sample implementation - prints out the notification received when alert notifications happen within a given Introscope Enterprise Manager. |
void |
TestAlertInventoryUpdatesConsumer.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 |
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.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.updateAgentStatus(DEMConfig emconfig,
DMgmtModuleAgentSnapshot messageObject)
Sample implementation - prints out the notification received when updates for the status of an Agent happens ( this is the rolled up status obtained from all the alerts associated with an agent) within 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. |
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 DEMConfig in com.wily.introscope.server.webservicesapi.alerts |
---|
Methods in com.wily.introscope.server.webservicesapi.alerts that return DEMConfig | |
---|---|
DEMConfig |
AlertPollingServiceSoapBindingStub.getEMConfig()
|
DEMConfig |
IAlertPollingService.getEMConfig()
Obtain the EM configuration details |
Uses of DEMConfig in com.wily.introscope.server.webservicesapi.emlifecycle |
---|
Methods in com.wily.introscope.server.webservicesapi.emlifecycle that return DEMConfig | |
---|---|
DEMConfig |
IEmLifecycleService.emAvailable()
|
DEMConfig |
EmLifecycleServiceSoapBindingStub.emAvailable()
|
DEMConfig |
IEMLifecycleService.emAvailable()
Obtain a heartbeat from the Enterprise Manager |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |