org.wso2.carbon.server.admin.internal
Class ServerAdminServiceComponent

java.lang.Object
  extended by org.wso2.carbon.server.admin.internal.ServerAdminServiceComponent

public class ServerAdminServiceComponent
extends Object


Field Summary
static String SERVER_ADMIN_MODULE_NAME
           
 
Constructor Summary
ServerAdminServiceComponent()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_ADMIN_MODULE_NAME

public static final String SERVER_ADMIN_MODULE_NAME
See Also:
Constant Field Values
Constructor Detail

ServerAdminServiceComponent

public ServerAdminServiceComponent()
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)


Copyright © 2014 WSO2 Inc. All rights reserved.