Class ThrottleServiceComponent
- java.lang.Object
-
- org.apache.synapse.commons.throttle.core.internal.ThrottleServiceComponent
-
public class ThrottleServiceComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description ThrottleServiceComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate(org.osgi.service.component.ComponentContext context)protected voidaddDistributedCounterManagerInstance(DistributedCounterManager distributedCounterManager)Access Distributed Counter Instance, which is exposed as an OSGI service.protected voiddeactivate(org.osgi.service.component.ComponentContext ctx)protected voidremoveDistributedCounterManagerInstance(DistributedCounterManager distributedCounterManager)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext context)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctx)
-
addDistributedCounterManagerInstance
protected void addDistributedCounterManagerInstance(DistributedCounterManager distributedCounterManager)
Access Distributed Counter Instance, which is exposed as an OSGI service.- Parameters:
distributedCounterManager-
-
removeDistributedCounterManagerInstance
protected void removeDistributedCounterManagerInstance(DistributedCounterManager distributedCounterManager)
-
-