|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.client.Stub
com.wily.introscope.server.webservicesapi.alerts.AlertPollingServiceSoapBindingStub
public class AlertPollingServiceSoapBindingStub
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 |
---|
public AlertPollingServiceSoapBindingStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public AlertPollingServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public AlertPollingServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
Method Detail |
---|
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException
java.rmi.RemoteException
public DMgmtModuleSnapshot getManagementModule(java.lang.String manModuleName) throws java.rmi.RemoteException, IntroscopeWebServicesException
IAlertPollingService
getManagementModule
in interface IAlertPollingService
manModuleName
- The name of the Management Module for which
the information is to be obtained
IntroscopeWebServicesException
java.rmi.RemoteException
public DMgmtModuleAlertDefnSnapshot getAlertSnapshot(java.lang.String manModuleName, java.lang.String agentIdentifier, java.lang.String alertDefName) throws java.rmi.RemoteException, IntroscopeWebServicesException
IAlertPollingService
getAlertSnapshot
in interface IAlertPollingService
manModuleName
- The name of the Management Module for which
the information is to be obtainedagentIdentifier
- Identifier for the agent associated with a
Management Module and alert which is a
String concatenation of Hostname|ProcessName|AgentName
that gives an unique agentalertDefName
- Name of the Alert Definition attached to a
Management Module for which the information is needed
IntroscopeWebServicesException
java.rmi.RemoteException
public DMgmtModuleAlertDefnSnapshot[] getAlertSnapshots(java.lang.String manModuleName, java.lang.String agentIdentifier) throws java.rmi.RemoteException, IntroscopeWebServicesException
IAlertPollingService
getAlertSnapshots
in interface IAlertPollingService
manModuleName
- The name of the Management Module for which
the information is to be obtainedagentIdentifier
- 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
IntroscopeWebServicesException
java.rmi.RemoteException
public DMgmtModuleSnapshot[] getManagedModules() throws java.rmi.RemoteException, IntroscopeWebServicesException
IAlertPollingService
getManagedModules
in interface IAlertPollingService
IntroscopeWebServicesException
java.rmi.RemoteException
public ManagementModuleBean[] getAllIscopeManagmentModules() throws java.rmi.RemoteException, IntroscopeWebServicesException
IAlertPollingService
getAllIscopeManagmentModules
in interface IAlertPollingService
IntroscopeWebServicesException
java.rmi.RemoteException
public ManagementModuleBean[] getAllFilteredIscopeManagmentModules() throws java.rmi.RemoteException, IntroscopeWebServicesException
IAlertPollingService
getAllFilteredIscopeManagmentModules
in interface IAlertPollingService
IntroscopeWebServicesException
java.rmi.RemoteException
public DAllAlertsSnapshot[] getAllAlertsSnapshot() throws java.rmi.RemoteException, IntroscopeWebServicesException
IAlertPollingService
getAllAlertsSnapshot
in interface IAlertPollingService
IntroscopeWebServicesException
java.rmi.RemoteException
public DAllAlertsSnapshot[] getAllAlertsSnapshotForManagementModule(java.lang.String managementModule) throws java.rmi.RemoteException, IntroscopeWebServicesException
IAlertPollingService
getAllAlertsSnapshotForManagementModule
in interface IAlertPollingService
IntroscopeWebServicesException
java.rmi.RemoteException
public DMgmtModuleAgentSnapshot getAgentSnapshot(java.lang.String manModuleName, java.lang.String agentIdentifier) throws java.rmi.RemoteException, IntroscopeWebServicesException
IAlertPollingService
getAgentSnapshot
in interface IAlertPollingService
manModuleName
- The name of the Management Module for which
the information is to be obtainedagentIdentifier
- 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
IntroscopeWebServicesException
java.rmi.RemoteException
public DMgmtModuleAgentSnapshot[] getAgentSnapshots(java.lang.String manModuleName) throws java.rmi.RemoteException, IntroscopeWebServicesException
IAlertPollingService
getAgentSnapshots
in interface IAlertPollingService
manModuleName
- The name of the Management Module for which
the information is to be obtained
IntroscopeWebServicesException
java.rmi.RemoteException
public DEMConfig getEMConfig() throws java.rmi.RemoteException, IntroscopeWebServicesException
IAlertPollingService
getEMConfig
in interface IAlertPollingService
IntroscopeWebServicesException
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |