Class ReportingComponent


  • public class ReportingComponent
    extends Object
    • Constructor Detail

      • ReportingComponent

        public ReportingComponent()
    • Method Detail

      • activate

        protected void activate​(org.osgi.service.component.ComponentContext componentContext)
      • deactivate

        protected void deactivate​(org.osgi.service.component.ComponentContext componentContext)
      • setRegistryService

        protected void setRegistryService​(org.wso2.carbon.registry.core.service.RegistryService registryService)
      • unsetRegistryService

        protected void unsetRegistryService​(org.wso2.carbon.registry.core.service.RegistryService registryService)
      • getRegistryService

        public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
                                                                                        throws org.wso2.carbon.registry.core.exceptions.RegistryException
        Throws:
        org.wso2.carbon.registry.core.exceptions.RegistryException
      • setCarbonDataSourceService

        protected void setCarbonDataSourceService​(org.wso2.carbon.ndatasource.core.DataSourceService dataSourceService)
      • unsetCarbonDataSourceService

        protected void unsetCarbonDataSourceService​(org.wso2.carbon.ndatasource.core.DataSourceService dataSourceService)
      • getCarbonDataSourceService

        public static org.wso2.carbon.ndatasource.core.DataSourceService getCarbonDataSourceService()