Class ServerAdminServiceComponent
java.lang.Object
org.wso2.carbon.server.admin.internal.ServerAdminServiceComponent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
SERVER_ADMIN_MODULE_NAME
- See Also:
-
-
Constructor Details
-
ServerAdminServiceComponent
public ServerAdminServiceComponent()
-
-
Method Details
-
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)
-