- activate(ComponentContext) - Method in class org.wso2.carbon.analytics.api.internal.AnalyticsApiDSComponent
-
- ANALYTICS_API_CONF_PASSWORD_ALIAS - Static variable in class org.wso2.carbon.analytics.api.AnalyticsDataConstants
-
- ANALYTICS_API_TRUST_STORE_PASSWORD_ALIAS - Static variable in class org.wso2.carbon.analytics.api.AnalyticsDataConstants
-
- ANALYTICS_CONFIG_DIR - Static variable in class org.wso2.carbon.analytics.api.AnalyticsDataConstants
-
- ANALYTICS_DATA_CONFIGURATION_FILE_NAME - Static variable in class org.wso2.carbon.analytics.api.AnalyticsDataConstants
-
- AnalyticsApiDSComponent - Class in org.wso2.carbon.analytics.api.internal
-
This class represents the analytics api declarative services component.
- AnalyticsApiDSComponent() - Constructor for class org.wso2.carbon.analytics.api.internal.AnalyticsApiDSComponent
-
- AnalyticsAPIHttpClient - Class in org.wso2.carbon.analytics.api.internal.client
-
This class represents the client implementation which uses the pool of http connection,
and communicate between the remote instance.
- AnalyticsDataAPI - Interface in org.wso2.carbon.analytics.api
-
This is the interface which expose the operations to perform on the Analytics.
- AnalyticsDataConfiguration - Class in org.wso2.carbon.analytics.api.internal
-
This class JAXB configuration object which represents the configuration from analytics-data-config.xml.
- AnalyticsDataConfiguration() - Constructor for class org.wso2.carbon.analytics.api.internal.AnalyticsDataConfiguration
-
- AnalyticsDataConfiguration.Mode - Enum in org.wso2.carbon.analytics.api.internal
-
- AnalyticsDataConstants - Class in org.wso2.carbon.analytics.api
-
This class holds the constants used within analytics API client side implementation.
- AnalyticsServiceAuthenticationException - Exception in org.wso2.carbon.analytics.api.exception
-
This exception will be thrown when any illegal access to the analytics service is performed.
- AnalyticsServiceAuthenticationException(String) - Constructor for exception org.wso2.carbon.analytics.api.exception.AnalyticsServiceAuthenticationException
-
- AnalyticsServiceAuthenticationException(String, Throwable) - Constructor for exception org.wso2.carbon.analytics.api.exception.AnalyticsServiceAuthenticationException
-
- AnalyticsServiceException - Exception in org.wso2.carbon.analytics.api.exception
-
This is a generic runtime analytics service exception to express some error occurred when processing the request.
- AnalyticsServiceException(String) - Constructor for exception org.wso2.carbon.analytics.api.exception.AnalyticsServiceException
-
- AnalyticsServiceException(String, Throwable) - Constructor for exception org.wso2.carbon.analytics.api.exception.AnalyticsServiceException
-
- AnalyticsServiceRemoteException - Exception in org.wso2.carbon.analytics.api.exception
-
This exception is thrown when there is a connection issue with remote service.
- AnalyticsServiceRemoteException(String) - Constructor for exception org.wso2.carbon.analytics.api.exception.AnalyticsServiceRemoteException
-
- AnalyticsServiceRemoteException(String, Throwable) - Constructor for exception org.wso2.carbon.analytics.api.exception.AnalyticsServiceRemoteException
-
- AnalyticsServiceUnauthorizedException - Exception in org.wso2.carbon.analytics.api.exception
-
This exception is thrown when the session is getting expired or the client is holding an invalid session id.
- AnalyticsServiceUnauthorizedException(String) - Constructor for exception org.wso2.carbon.analytics.api.exception.AnalyticsServiceUnauthorizedException
-
- AnalyticsServiceUnauthorizedException(String, Throwable) - Constructor for exception org.wso2.carbon.analytics.api.exception.AnalyticsServiceUnauthorizedException
-
- authenticate(String, String) - Method in class org.wso2.carbon.analytics.api.internal.client.AnalyticsAPIHttpClient
-