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 void
activate(org.osgi.service.component.ComponentContext ctxt)
protected void
deactivate(org.osgi.service.component.ComponentContext ctxt)
org.wso2.carbon.user.core.service.RealmService
getRealmService()
static org.wso2.carbon.user.core.tenant.TenantManager
getTenantManager()
protected void
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void
setServerConfiguration(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
protected void
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void
unsetServerConfiguration(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()
-
-