Class ReportingComponent
- java.lang.Object
-
- org.wso2.carbon.reporting.core.internal.ReportingComponent
-
public class ReportingComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description ReportingComponent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.service.component.ComponentContext componentContext)
protected void
deactivate(org.osgi.service.component.ComponentContext componentContext)
static org.wso2.carbon.ndatasource.core.DataSourceService
getCarbonDataSourceService()
static org.wso2.carbon.registry.core.service.RegistryService
getRegistryService()
protected void
setCarbonDataSourceService(org.wso2.carbon.ndatasource.core.DataSourceService dataSourceService)
protected void
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void
unsetCarbonDataSourceService(org.wso2.carbon.ndatasource.core.DataSourceService dataSourceService)
protected void
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-
-
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()
-
-