Class ServerAdminServiceComponent
- java.lang.Object
-
- org.wso2.carbon.server.admin.internal.ServerAdminServiceComponent
-
public class ServerAdminServiceComponent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVER_ADMIN_MODULE_NAME
-
Constructor Summary
Constructors Constructor Description ServerAdminServiceComponent()
-
Method Summary
All 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)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 voidsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)protected voidunsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)protected voidunsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)protected voidunsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)protected voidunsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
-
-
-
Field Detail
-
SERVER_ADMIN_MODULE_NAME
public static final String SERVER_ADMIN_MODULE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctxt)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
-
setRegistryService
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
unsetRegistryService
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
setRealmService
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
-
unsetRealmService
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
-
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
-
setServerConfigurationService
protected void setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
-
unsetServerConfigurationService
protected void unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfiguration)
-
-