org.apache.stratos.tenant.activity.internal
Class TenantActivityServiceComponent

java.lang.Object
  extended by org.apache.stratos.tenant.activity.internal.TenantActivityServiceComponent

public class TenantActivityServiceComponent
extends Object


Constructor Summary
TenantActivityServiceComponent()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext context)
           
protected  void deactivate(org.osgi.service.component.ComponentContext context)
           
protected  void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService ccService)
           
protected  void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
           
protected  void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
           
protected  void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService ccService)
           
protected  void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
           
protected  void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TenantActivityServiceComponent

public TenantActivityServiceComponent()
Method Detail

activate

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

deactivate

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

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 ccService)

unsetConfigurationContextService

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


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