public interface ThrottleAdminService
Modifier and Type | Method and Description |
---|---|
void |
disableThrottling(String serviceName51)
Auto generated method signature for Asynchronous Invocations
|
void |
disengageGlobalThrottling()
Auto generated method signature for Asynchronous Invocations
|
boolean |
disengageThrottlingForOperation(String serviceName29,
String operationName30)
Auto generated method signature
|
void |
enableThrottling(String serviceName38,
ThrottlePolicy policy39)
Auto generated method signature for Asynchronous Invocations
|
boolean |
engageThrottlingForOperation(ThrottlePolicy policy19,
String serviceName20,
String operationName21)
Auto generated method signature
|
ThrottlePolicy |
getGlobalPolicyConfigs()
Auto generated method signature
|
ThrottlePolicy |
getOperationPolicyConfigs(String serviceName53,
String operationName54)
Auto generated method signature
|
ThrottlePolicy |
getPolicyConfigs(String serviceName46)
Auto generated method signature
|
void |
globallyEngageThrottling(ThrottlePolicy policy41)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisengageThrottlingForOperation(String serviceName29,
String operationName30,
ThrottleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startengageThrottlingForOperation(ThrottlePolicy policy19,
String serviceName20,
String operationName21,
ThrottleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetGlobalPolicyConfigs(ThrottleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOperationPolicyConfigs(String serviceName53,
String operationName54,
ThrottleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPolicyConfigs(String serviceName46,
ThrottleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startthrottlePolicyToString(ThrottlePolicy policy34,
ThrottleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starttoThrottlePolicy(String policyXML25,
ThrottleAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String |
throttlePolicyToString(ThrottlePolicy policy34)
Auto generated method signature
|
ThrottlePolicy |
toThrottlePolicy(String policyXML25)
Auto generated method signature
|
boolean engageThrottlingForOperation(ThrottlePolicy policy19, String serviceName20, String operationName21) throws RemoteException, ThrottleComponentExceptionException
engageThrottlingForOperation18
- ThrottleComponentExceptionException
- :RemoteException
void startengageThrottlingForOperation(ThrottlePolicy policy19, String serviceName20, String operationName21, ThrottleAdminServiceCallbackHandler callback) throws RemoteException
engageThrottlingForOperation18
- RemoteException
ThrottlePolicy toThrottlePolicy(String policyXML25) throws RemoteException, ThrottleComponentExceptionException
toThrottlePolicy24
- ThrottleComponentExceptionException
- :RemoteException
void starttoThrottlePolicy(String policyXML25, ThrottleAdminServiceCallbackHandler callback) throws RemoteException
toThrottlePolicy24
- RemoteException
boolean disengageThrottlingForOperation(String serviceName29, String operationName30) throws RemoteException, ThrottleComponentExceptionException
disengageThrottlingForOperation28
- ThrottleComponentExceptionException
- :RemoteException
void startdisengageThrottlingForOperation(String serviceName29, String operationName30, ThrottleAdminServiceCallbackHandler callback) throws RemoteException
disengageThrottlingForOperation28
- RemoteException
String throttlePolicyToString(ThrottlePolicy policy34) throws RemoteException, ThrottleComponentExceptionException
throttlePolicyToString33
- ThrottleComponentExceptionException
- :RemoteException
void startthrottlePolicyToString(ThrottlePolicy policy34, ThrottleAdminServiceCallbackHandler callback) throws RemoteException
throttlePolicyToString33
- RemoteException
void enableThrottling(String serviceName38, ThrottlePolicy policy39) throws RemoteException, ThrottleComponentExceptionException
ThrottleComponentExceptionException
- :RemoteException
void globallyEngageThrottling(ThrottlePolicy policy41) throws RemoteException, ThrottleComponentExceptionException
ThrottleComponentExceptionException
- :RemoteException
ThrottlePolicy getGlobalPolicyConfigs() throws RemoteException, ThrottleComponentExceptionException
ThrottleComponentExceptionException
- :RemoteException
void startgetGlobalPolicyConfigs(ThrottleAdminServiceCallbackHandler callback) throws RemoteException
RemoteException
ThrottlePolicy getPolicyConfigs(String serviceName46) throws RemoteException, ThrottleComponentExceptionException
getPolicyConfigs45
- ThrottleComponentExceptionException
- :RemoteException
void startgetPolicyConfigs(String serviceName46, ThrottleAdminServiceCallbackHandler callback) throws RemoteException
getPolicyConfigs45
- RemoteException
void disengageGlobalThrottling() throws RemoteException, ThrottleComponentExceptionException
ThrottleComponentExceptionException
- :RemoteException
void disableThrottling(String serviceName51) throws RemoteException, ThrottleComponentExceptionException
ThrottleComponentExceptionException
- :RemoteException
ThrottlePolicy getOperationPolicyConfigs(String serviceName53, String operationName54) throws RemoteException, ThrottleComponentExceptionException
getOperationPolicyConfigs52
- ThrottleComponentExceptionException
- :RemoteException
void startgetOperationPolicyConfigs(String serviceName53, String operationName54, ThrottleAdminServiceCallbackHandler callback) throws RemoteException
getOperationPolicyConfigs52
- RemoteException
Copyright © 2018 WSO2. All rights reserved.