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 ConcurrentAccessController
Throttle. getConcurrentAccessController()
Returns the ConcurrentAccessController - this will control all the concurrent accessConcurrentAccessController
ThrottleDataHolder. getConcurrentAccessController(String key)
Methods in org.apache.synapse.commons.throttle.core with parameters of type ConcurrentAccessController Modifier and Type Method Description void
Throttle. setConcurrentAccessController(ConcurrentAccessController controller)
Sets the ConcurrentAccessController - this will control all the concurrent accessvoid
ThrottleDataHolder. setConcurrentAccessController(String key, ConcurrentAccessController concurrentAccessController)
-