|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIntroscopeClient
This interface represents a connection to a given Introscope Enterprise Manager. It provides the following functionalities: -Information on the configuration of the Introscope Enterprise Manager. -Topics that the EM connection wants to subscribe to on the Subscription Web services on the Introscope Enterprise Manager. The currently available topics for the EM Connection are: AgentInManModInventoryUpdate ManModInventoryUpdate AlertDefnInManModInventoryUpdate ManModStatusUpdate AgentStausUpdate AlertDefnInManModStatusUpdate AlertMessagesTriggered -Access to all the Polling Web Services that are available on the Introscope Enterprise Manager.
Field Summary | |
---|---|
static java.lang.String |
CONTEXTPATH__ISCOPE_ALERT_POLLINGWS
|
static java.lang.String |
CONTEXTPATH__ISCOPE_CONSUMER_REGISTRATION_POLLINGWS
|
static java.lang.String |
CONTEXTPATH__ISCOPE_DASHBOARD_URL
|
static java.lang.String |
CONTEXTPATH__ISCOPE_EMLIFECYCLE_POLLINGWS
|
static java.lang.String |
CONTEXTPATH__ISCOPE_EVENTS_POLLINGWS
|
static java.lang.String |
CONTEXTPATH__ISCOPE_METRICS_DATA_POLLINGWS
|
static java.lang.String |
CONTEXTPATH__ISCOPE_METRICS_LIST_POLLINGWS
|
Method Summary | |
---|---|
IAlertPollingService |
getAlertPollingWS()
Obtains the Alerts Polling Web Service |
IConsumerRegistrationService |
getConsumerRegistrationService()
Obtains the Consumer Registration Web Service |
DEMConfig |
getEmConfig()
Obtains the DEMConfig which comprises of the current Host, IP and launch time for the Introscope Enterprise Manager. |
java.lang.String |
getEmDashboardURL()
Obtains the dashboard URL for the Introscope Enterprise Manager. |
IEmLifecycleService |
getEMLifecycleWS()
Obtains the EM Lifecycle Polling Web Service |
java.lang.String |
getIscopePassword()
Obtains the password for the userid that is used to login to the Introscope Enterprise Manager. |
java.lang.String |
getIscopeUser()
Obtains the userid that is used to login to the Introscope Enterprise Manager. |
java.lang.String |
getIscopeWebServiceHost()
Obtains the host where the Introscope Web Services will be available. |
int |
getIscopeWebServicePort()
Obtains the port where the Introscope Web Services will be available. |
IMetricsDataService |
getMetricDataWS()
Obtains the Metrics Data Web Service |
IMetricsListService |
getMetricListWS()
Obtains the Metrics List Web Service |
IIntroscopeTopic[] |
getTopicsToSubscribeTo()
Obtains the list of topics that the client needs to subscribe to |
void |
setEmConfig(DEMConfig emConfig)
Set the current DEMConfig for the Introscope Enterprise Manager. |
void |
validate()
Checks if the EM pointed to by this IIntroscopeClient 1. |
Field Detail |
---|
static final java.lang.String CONTEXTPATH__ISCOPE_ALERT_POLLINGWS
static final java.lang.String CONTEXTPATH__ISCOPE_METRICS_DATA_POLLINGWS
static final java.lang.String CONTEXTPATH__ISCOPE_METRICS_LIST_POLLINGWS
static final java.lang.String CONTEXTPATH__ISCOPE_EMLIFECYCLE_POLLINGWS
static final java.lang.String CONTEXTPATH__ISCOPE_EVENTS_POLLINGWS
static final java.lang.String CONTEXTPATH__ISCOPE_CONSUMER_REGISTRATION_POLLINGWS
static final java.lang.String CONTEXTPATH__ISCOPE_DASHBOARD_URL
Method Detail |
---|
void validate() throws java.net.MalformedURLException, java.net.UnknownHostException, WebServicesNotInstalledException, UserNotAuthorizedException, java.net.ConnectException
java.net.MalformedURLException
java.net.UnknownHostException
java.net.ConnectException
UserNotAuthorizedException
WebServicesNotInstalledException
java.lang.String getIscopeWebServiceHost()
int getIscopeWebServicePort()
java.lang.String getIscopeUser()
java.lang.String getIscopePassword()
void setEmConfig(DEMConfig emConfig)
emConfig
- DEMConfig getEmConfig() throws java.lang.Exception
java.lang.Exception
java.lang.String getEmDashboardURL() throws java.lang.Exception
java.lang.Exception
IIntroscopeTopic[] getTopicsToSubscribeTo()
IEmLifecycleService getEMLifecycleWS() throws java.lang.Exception
java.lang.Exception
IAlertPollingService getAlertPollingWS() throws java.lang.Exception
java.lang.Exception
IMetricsDataService getMetricDataWS() throws java.lang.Exception
java.lang.Exception
IMetricsListService getMetricListWS() throws java.lang.Exception
java.lang.Exception
IConsumerRegistrationService getConsumerRegistrationService() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |