Uses of Class
org.apache.synapse.commons.throttle.core.ConcurrentAccessController
Packages that use ConcurrentAccessController
-
Uses of ConcurrentAccessController in org.apache.synapse.commons.throttle.core
Methods in org.apache.synapse.commons.throttle.core that return ConcurrentAccessControllerModifier and TypeMethodDescriptionThrottle.getConcurrentAccessController()Returns the ConcurrentAccessController - this will control all the concurrent accessThrottleDataHolder.getConcurrentAccessController(String key) Methods in org.apache.synapse.commons.throttle.core with parameters of type ConcurrentAccessControllerModifier and TypeMethodDescriptionvoidThrottle.setConcurrentAccessController(ConcurrentAccessController controller) Sets the ConcurrentAccessController - this will control all the concurrent accessvoidThrottleDataHolder.setConcurrentAccessController(String key, ConcurrentAccessController concurrentAccessController)