Class ThrottleServiceDataHolder
- java.lang.Object
-
- org.apache.synapse.commons.throttle.core.internal.ThrottleServiceDataHolder
-
public class ThrottleServiceDataHolder extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDistributedCounterManager(DistributedCounterManager distributedCounterManager)
DistributedCounterManager
getDistributedCounterManager()
static ThrottleServiceDataHolder
getInstance()
ThrottleProperties
getThrottleProperties()
void
removeDistributedCounterManager(DistributedCounterManager distributedCounterManager)
void
setThrottleProperties(ThrottleProperties throttleProperties)
-
-
-
Method Detail
-
getThrottleProperties
public ThrottleProperties getThrottleProperties()
-
setThrottleProperties
public void setThrottleProperties(ThrottleProperties throttleProperties)
-
getInstance
public static ThrottleServiceDataHolder getInstance()
-
addDistributedCounterManager
public void addDistributedCounterManager(DistributedCounterManager distributedCounterManager)
-
removeDistributedCounterManager
public void removeDistributedCounterManager(DistributedCounterManager distributedCounterManager)
-
getDistributedCounterManager
public DistributedCounterManager getDistributedCounterManager()
-
-