Uses of Class
com.wily.introscope.server.webservicesapi.alerts.DMgmtModuleAgentSnapshot

Packages that use DMgmtModuleAgentSnapshot
com.wily.introscope.client.alerts.interfaces   
com.wily.introscope.client.wssdk.testimpl   
com.wily.introscope.server.webservicesapi.alerts   
 

Uses of DMgmtModuleAgentSnapshot in com.wily.introscope.client.alerts.interfaces
 

Methods in com.wily.introscope.client.alerts.interfaces with parameters of type DMgmtModuleAgentSnapshot
 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.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 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.
 

Uses of DMgmtModuleAgentSnapshot in com.wily.introscope.client.wssdk.testimpl
 

Methods in com.wily.introscope.client.wssdk.testimpl with parameters of type DMgmtModuleAgentSnapshot
 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.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 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.
 

Uses of DMgmtModuleAgentSnapshot in com.wily.introscope.server.webservicesapi.alerts
 

Methods in com.wily.introscope.server.webservicesapi.alerts that return DMgmtModuleAgentSnapshot
 DMgmtModuleAgentSnapshot AlertPollingServiceSoapBindingStub.getAgentSnapshot(java.lang.String manModuleName, java.lang.String agentIdentifier)
           
 DMgmtModuleAgentSnapshot IAlertPollingService.getAgentSnapshot(java.lang.String manModuleName, java.lang.String agentIdentifier)
          Obtain a particular agent information given a Management Module name and an Agent Identifier
 DMgmtModuleAgentSnapshot[] AlertPollingServiceSoapBindingStub.getAgentSnapshots(java.lang.String manModuleName)
           
 DMgmtModuleAgentSnapshot[] IAlertPollingService.getAgentSnapshots(java.lang.String manModuleName)
          Obtain all the Agents associated with a given Management Module
 



Copyright © 2007 CA Inc. All Rights Reserved.