@ManagedResource(description="Managed ThrottlingInflightRoutePolicy") public class ManagedThrottlingInflightRoutePolicy extends ManagedService implements ManagedThrottlingInflightRoutePolicyMBean
| Constructor and Description |
|---|
ManagedThrottlingInflightRoutePolicy(CamelContext context,
ThrottlingInflightRoutePolicy policy) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLoggingLevel() |
int |
getMaxInflightExchanges() |
ThrottlingInflightRoutePolicy |
getPolicy() |
int |
getResumePercentOfMax() |
String |
getScope() |
void |
setLoggingLevel(String loggingLevel) |
void |
setMaxInflightExchanges(int maxInflightExchanges) |
void |
setResumePercentOfMax(int resumePercentOfMax) |
void |
setScope(String scope) |
getCamelId, getCamelManagementName, getContext, getInstance, getRoute, getRouteId, getService, getServiceType, getState, init, isStaticService, isSupportSuspension, isSuspended, resume, setRoute, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspendpublic ManagedThrottlingInflightRoutePolicy(CamelContext context, ThrottlingInflightRoutePolicy policy)
public ThrottlingInflightRoutePolicy getPolicy()
public int getMaxInflightExchanges()
getMaxInflightExchanges in interface ManagedThrottlingInflightRoutePolicyMBeanpublic void setMaxInflightExchanges(int maxInflightExchanges)
setMaxInflightExchanges in interface ManagedThrottlingInflightRoutePolicyMBeanpublic int getResumePercentOfMax()
getResumePercentOfMax in interface ManagedThrottlingInflightRoutePolicyMBeanpublic void setResumePercentOfMax(int resumePercentOfMax)
setResumePercentOfMax in interface ManagedThrottlingInflightRoutePolicyMBeanpublic String getScope()
getScope in interface ManagedThrottlingInflightRoutePolicyMBeanpublic void setScope(String scope)
setScope in interface ManagedThrottlingInflightRoutePolicyMBeanpublic String getLoggingLevel()
getLoggingLevel in interface ManagedThrottlingInflightRoutePolicyMBeanpublic void setLoggingLevel(String loggingLevel)
setLoggingLevel in interface ManagedThrottlingInflightRoutePolicyMBeanCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.