org.apache.stratos.manager.internal
Class ADCManagementServerComponent

java.lang.Object
  extended by org.apache.stratos.manager.internal.ADCManagementServerComponent

public class ADCManagementServerComponent
extends Object


Constructor Summary
ADCManagementServerComponent()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext componentContext)
           
protected  void deactivate(org.osgi.service.component.ComponentContext context)
           
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 setTaskService(org.wso2.carbon.ntask.core.service.TaskService taskService)
           
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 unsetTaskService(org.wso2.carbon.ntask.core.service.TaskService taskService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ADCManagementServerComponent

public ADCManagementServerComponent()
Method Detail

activate

protected void activate(org.osgi.service.component.ComponentContext componentContext)
                 throws Exception
Throws:
Exception

setConfigurationContextService

protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)

unsetConfigurationContextService

protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)

setRealmService

protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)

unsetRealmService

protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)

setRegistryService

protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)

unsetRegistryService

protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)

setTaskService

protected void setTaskService(org.wso2.carbon.ntask.core.service.TaskService taskService)

unsetTaskService

protected void unsetTaskService(org.wso2.carbon.ntask.core.service.TaskService taskService)

deactivate

protected void deactivate(org.osgi.service.component.ComponentContext context)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.