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 void
activate(org.osgi.service.component.ComponentContext context)
protected void
addDistributedCounterManagerInstance(DistributedCounterManager distributedCounterManager)
Access Distributed Counter Instance, which is exposed as an OSGI service.protected void
deactivate(org.osgi.service.component.ComponentContext ctx)
protected void
removeDistributedCounterManagerInstance(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)
-
-