Class ThrottleServiceComponent
- java.lang.Object
-
- org.wso2.carbon.mediation.throttle.internal.ThrottleServiceComponent
-
public class ThrottleServiceComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description ThrottleServiceComponent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.service.component.ComponentContext ctxt)
protected void
deactivate(org.osgi.service.component.ComponentContext ctxt)
static org.osgi.framework.BundleContext
getBundleContext()
static org.wso2.carbon.registry.core.service.RegistryService
getRegistryService()
protected void
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctxt)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
-
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)
-
getRegistryService
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService() throws Exception
- Throws:
Exception
-
getBundleContext
public static org.osgi.framework.BundleContext getBundleContext()
-
-