Uses of Class
org.apache.synapse.commons.throttle.core.ConcurrentAccessController
-
Packages that use ConcurrentAccessController Package Description org.apache.synapse.commons.throttle.core -
-
Uses of ConcurrentAccessController in org.apache.synapse.commons.throttle.core
Methods in org.apache.synapse.commons.throttle.core that return ConcurrentAccessController Modifier and Type Method Description ConcurrentAccessControllerThrottle. getConcurrentAccessController()Returns the ConcurrentAccessController - this will control all the concurrent accessConcurrentAccessControllerThrottleDataHolder. getConcurrentAccessController(String key)Methods in org.apache.synapse.commons.throttle.core with parameters of type ConcurrentAccessController Modifier and Type Method Description voidThrottle. setConcurrentAccessController(ConcurrentAccessController controller)Sets the ConcurrentAccessController - this will control all the concurrent accessvoidThrottleDataHolder. setConcurrentAccessController(String key, ConcurrentAccessController concurrentAccessController)
-