com.wily.introscope.server.webservicesapi.alerts
Class AlertPollingServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.wily.introscope.server.webservicesapi.alerts.AlertPollingServiceSoapBindingStub
All Implemented Interfaces:
IAlertPollingService, java.rmi.Remote, javax.xml.rpc.Stub

public class AlertPollingServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements IAlertPollingService


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
AlertPollingServiceSoapBindingStub()
           
AlertPollingServiceSoapBindingStub(javax.xml.rpc.Service service)
           
AlertPollingServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 DMgmtModuleAgentSnapshot getAgentSnapshot(java.lang.String manModuleName, java.lang.String agentIdentifier)
          Obtain a particular agent information given a Management Module name and an Agent Identifier
 DMgmtModuleAgentSnapshot[] getAgentSnapshots(java.lang.String manModuleName)
          Obtain all the Agents associated with a given Management Module
 DMgmtModuleAlertDefnSnapshot 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[] getAlertSnapshots(java.lang.String manModuleName, java.lang.String agentIdentifier)
          Obtain all the Alert Definitions for a given Managemet Module, Agent Identifier
 DAllAlertsSnapshot[] getAllAlertsSnapshot()
          Obtain the information about all the Alerts defined for EM.
 DAllAlertsSnapshot[] getAllAlertsSnapshotForManagementModule(java.lang.String managementModule)
          Gets the list of active alerts specific to Management Module.
 ManagementModuleBean[] getAllFilteredIscopeManagmentModules()
          Get the list of Management Modules specific in IntroscopeManager.properties file.
 ManagementModuleBean[] getAllIscopeManagmentModules()
          Get the list of Active Management Modules defined for EM.
 DEMConfig getEMConfig()
          Obtain the EM configuration details
 DMgmtModuleSnapshot[] getManagedModules()
          Obtain all the Management Modules in a given Introscope Enterprise Manager
 DMgmtModuleSnapshot getManagementModule(java.lang.String manModuleName)
          Obtain a particular Management Module given the name of the Management Module
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertPollingServiceSoapBindingStub

public AlertPollingServiceSoapBindingStub()
                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

AlertPollingServiceSoapBindingStub

public AlertPollingServiceSoapBindingStub(java.net.URL endpointURL,
                                          javax.xml.rpc.Service service)
                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

AlertPollingServiceSoapBindingStub

public AlertPollingServiceSoapBindingStub(javax.xml.rpc.Service service)
                                   throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getManagementModule

public DMgmtModuleSnapshot getManagementModule(java.lang.String manModuleName)
                                        throws java.rmi.RemoteException,
                                               IntroscopeWebServicesException
Description copied from interface: IAlertPollingService
Obtain a particular Management Module given the name of the Management Module

Specified by:
getManagementModule in interface IAlertPollingService
Parameters:
manModuleName - The name of the Management Module for which the information is to be obtained
Returns:
DmgmtModuleSnapshot
Throws:
IntroscopeWebServicesException
java.rmi.RemoteException

getAlertSnapshot

public DMgmtModuleAlertDefnSnapshot getAlertSnapshot(java.lang.String manModuleName,
                                                     java.lang.String agentIdentifier,
                                                     java.lang.String alertDefName)
                                              throws java.rmi.RemoteException,
                                                     IntroscopeWebServicesException
Description copied from interface: IAlertPollingService
Obtain the information for an Alert Definition given the Management Module Name, Agent Identifier and the Alert Name.

Specified by:
getAlertSnapshot in interface IAlertPollingService
Parameters:
manModuleName - The name of the Management Module for which the information is to be obtained
agentIdentifier - Identifier for the agent associated with a Management Module and alert which is a String concatenation of Hostname|ProcessName|AgentName that gives an unique agent
alertDefName - Name of the Alert Definition attached to a Management Module for which the information is needed
Returns:
DMgmtModuleAlertDefnSnapshot
Throws:
IntroscopeWebServicesException
java.rmi.RemoteException

getAlertSnapshots

public DMgmtModuleAlertDefnSnapshot[] getAlertSnapshots(java.lang.String manModuleName,
                                                        java.lang.String agentIdentifier)
                                                 throws java.rmi.RemoteException,
                                                        IntroscopeWebServicesException
Description copied from interface: IAlertPollingService
Obtain all the Alert Definitions for a given Managemet Module, Agent Identifier

Specified by:
getAlertSnapshots in interface IAlertPollingService
Parameters:
manModuleName - The name of the Management Module for which the information is to be obtained
agentIdentifier - Identifier for the agent associated with a Management Module and alert which is a String concatenation of Hostname|ProcessName|AgentName that gives an unique agent
Returns:
DMgmtModuleAlertDefnSnapshot[]
Throws:
IntroscopeWebServicesException
java.rmi.RemoteException

getManagedModules

public DMgmtModuleSnapshot[] getManagedModules()
                                        throws java.rmi.RemoteException,
                                               IntroscopeWebServicesException
Description copied from interface: IAlertPollingService
Obtain all the Management Modules in a given Introscope Enterprise Manager

Specified by:
getManagedModules in interface IAlertPollingService
Returns:
DMgmtModuleSnapshot[]
Throws:
IntroscopeWebServicesException
java.rmi.RemoteException

getAllIscopeManagmentModules

public ManagementModuleBean[] getAllIscopeManagmentModules()
                                                    throws java.rmi.RemoteException,
                                                           IntroscopeWebServicesException
Description copied from interface: IAlertPollingService
Get the list of Active Management Modules defined for EM.

Specified by:
getAllIscopeManagmentModules in interface IAlertPollingService
Returns:
DAllAlertsSnapshot[]
Throws:
IntroscopeWebServicesException
java.rmi.RemoteException

getAllFilteredIscopeManagmentModules

public ManagementModuleBean[] getAllFilteredIscopeManagmentModules()
                                                            throws java.rmi.RemoteException,
                                                                   IntroscopeWebServicesException
Description copied from interface: IAlertPollingService
Get the list of Management Modules specific in IntroscopeManager.properties file.

Specified by:
getAllFilteredIscopeManagmentModules in interface IAlertPollingService
Returns:
DAllAlertsSnapshot[]
Throws:
IntroscopeWebServicesException
java.rmi.RemoteException

getAllAlertsSnapshot

public DAllAlertsSnapshot[] getAllAlertsSnapshot()
                                          throws java.rmi.RemoteException,
                                                 IntroscopeWebServicesException
Description copied from interface: IAlertPollingService
Obtain the information about all the Alerts defined for EM.

Specified by:
getAllAlertsSnapshot in interface IAlertPollingService
Returns:
DAllAlertsSnapshot[]
Throws:
IntroscopeWebServicesException
java.rmi.RemoteException

getAllAlertsSnapshotForManagementModule

public DAllAlertsSnapshot[] getAllAlertsSnapshotForManagementModule(java.lang.String managementModule)
                                                             throws java.rmi.RemoteException,
                                                                    IntroscopeWebServicesException
Description copied from interface: IAlertPollingService
Gets the list of active alerts specific to Management Module.

Specified by:
getAllAlertsSnapshotForManagementModule in interface IAlertPollingService
Returns:
DAllAlertsSnapshot[]
Throws:
IntroscopeWebServicesException
java.rmi.RemoteException

getAgentSnapshot

public DMgmtModuleAgentSnapshot getAgentSnapshot(java.lang.String manModuleName,
                                                 java.lang.String agentIdentifier)
                                          throws java.rmi.RemoteException,
                                                 IntroscopeWebServicesException
Description copied from interface: IAlertPollingService
Obtain a particular agent information given a Management Module name and an Agent Identifier

Specified by:
getAgentSnapshot in interface IAlertPollingService
Parameters:
manModuleName - The name of the Management Module for which the information is to be obtained
agentIdentifier - Identifier for the agent associated with a Management Module and alert which is a String concatenation of Hostname|ProcessName|AgentName that gives an unique agent
Returns:
DMgmtModuleAgentSnapshot
Throws:
IntroscopeWebServicesException
java.rmi.RemoteException

getAgentSnapshots

public DMgmtModuleAgentSnapshot[] getAgentSnapshots(java.lang.String manModuleName)
                                             throws java.rmi.RemoteException,
                                                    IntroscopeWebServicesException
Description copied from interface: IAlertPollingService
Obtain all the Agents associated with a given Management Module

Specified by:
getAgentSnapshots in interface IAlertPollingService
Parameters:
manModuleName - The name of the Management Module for which the information is to be obtained
Returns:
DMgmtModuleAgentSnapshot[]
Throws:
IntroscopeWebServicesException
java.rmi.RemoteException

getEMConfig

public DEMConfig getEMConfig()
                      throws java.rmi.RemoteException,
                             IntroscopeWebServicesException
Description copied from interface: IAlertPollingService
Obtain the EM configuration details

Specified by:
getEMConfig in interface IAlertPollingService
Returns:
DEMConfig
Throws:
IntroscopeWebServicesException
java.rmi.RemoteException


Copyright © 2007 CA Inc. All Rights Reserved.