Class StatisticsServiceComponent
- java.lang.Object
-
- org.wso2.carbon.statistics.internal.StatisticsServiceComponent
-
public class StatisticsServiceComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description StatisticsServiceComponent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate(org.osgi.service.component.ComponentContext ctxt)protected voiddeactivate(org.osgi.service.component.ComponentContext ctxt)org.wso2.carbon.user.core.service.RealmServicegetRealmService()static org.wso2.carbon.user.core.tenant.TenantManagergetTenantManager()protected voidsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)protected voidsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)protected voidsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)protected voidsetServerConfiguration(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)protected voidunsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)protected voidunsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)protected voidunsetServerConfiguration(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctxt)
-
getRealmService
public org.wso2.carbon.user.core.service.RealmService getRealmService()
-
setRealmService
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
-
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
setServerConfiguration
protected void setServerConfiguration(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
-
unsetServerConfiguration
protected void unsetServerConfiguration(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
-
setRegistryService
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
unsetRegistryService
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
getTenantManager
public static org.wso2.carbon.user.core.tenant.TenantManager getTenantManager()
-
-