Uses of Class
org.wso2.carbon.mediation.throttle.ThrottleComponentException
-
Packages that use ThrottleComponentException Package Description org.wso2.carbon.mediation.throttle.service -
-
Uses of ThrottleComponentException in org.wso2.carbon.mediation.throttle.service
Methods in org.wso2.carbon.mediation.throttle.service that throw ThrottleComponentException Modifier and Type Method Description void
ThrottleConfigAdminService. disableThrottling(String serviceName)
Disengage Throttling module from the specified servicevoid
ThrottleConfigAdminService. disengageGlobalThrottling()
Disengage throttling globallyboolean
ThrottleConfigAdminService. disengageThrottlingForOperation(String serviceName, String operationName)
Disengages throttling from an operationvoid
ThrottleConfigAdminService. enableThrottling(String serviceName, ThrottlePolicy policy)
Engages Throttling for the given serviceName by generating the policy according to the specified parametersboolean
ThrottleConfigAdminService. engageThrottlingForOperation(ThrottlePolicy policy, String serviceName, String operationName)
Engage throttling for the given operationThrottlePolicy
ThrottleConfigAdminService. getGlobalPolicyConfigs()
ThrottlePolicy
ThrottleConfigAdminService. getOperationPolicyConfigs(String serviceName, String operationName)
ThrottlePolicy
ThrottleConfigAdminService. getPolicyConfigs(String serviceName)
Gives the current policy config as a ThrottlePolicyvoid
ThrottleConfigAdminService. globallyEngageThrottling(ThrottlePolicy policy)
Engages throttling globally.String
ThrottleConfigAdminService. throttlePolicyToString(ThrottlePolicy policy)
ThrottlePolicy
ThrottleConfigAdminService. toThrottlePolicy(String policyXML)
-