public class ServerAdminServiceComponent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVER_ADMIN_MODULE_NAME |
| Constructor and Description |
|---|
ServerAdminServiceComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
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 |
setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration) |
public static final String SERVER_ADMIN_MODULE_NAME
protected void activate(org.osgi.service.component.ComponentContext ctxt)
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
protected void unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
Copyright © 2018 WSO2 Inc. All rights reserved.