org.wso2.carbon.context.internal
Class CarbonContextServiceComponent

java.lang.Object
  extended by org.wso2.carbon.context.internal.CarbonContextServiceComponent

public class CarbonContextServiceComponent
extends Object


Constructor Summary
CarbonContextServiceComponent()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext componentContext)
           
protected  void deactivate(org.osgi.service.component.ComponentContext componentContext)
           
protected  void setRegistryService(org.wso2.carbon.registry.api.RegistryService registryService)
           
protected  void setUserRealmService(org.wso2.carbon.user.api.UserRealmService userRealmService)
           
protected  void unsetRegistryService(org.wso2.carbon.registry.api.RegistryService registryService)
           
protected  void unsetUserRealmService(org.wso2.carbon.user.api.UserRealmService userRealmService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarbonContextServiceComponent

public CarbonContextServiceComponent()
Method Detail

activate

protected void activate(org.osgi.service.component.ComponentContext componentContext)

deactivate

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

setRegistryService

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

unsetRegistryService

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

setUserRealmService

protected void setUserRealmService(org.wso2.carbon.user.api.UserRealmService userRealmService)

unsetUserRealmService

protected void unsetUserRealmService(org.wso2.carbon.user.api.UserRealmService userRealmService)


Copyright © 2014 WSO2 Inc. All rights reserved.