@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, suspend
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
public ManagedThrottlingInflightRoutePolicy(CamelContext context, ThrottlingInflightRoutePolicy policy)
public ThrottlingInflightRoutePolicy getPolicy()
public int getMaxInflightExchanges()
getMaxInflightExchanges
in interface ManagedThrottlingInflightRoutePolicyMBean
public void setMaxInflightExchanges(int maxInflightExchanges)
setMaxInflightExchanges
in interface ManagedThrottlingInflightRoutePolicyMBean
public int getResumePercentOfMax()
getResumePercentOfMax
in interface ManagedThrottlingInflightRoutePolicyMBean
public void setResumePercentOfMax(int resumePercentOfMax)
setResumePercentOfMax
in interface ManagedThrottlingInflightRoutePolicyMBean
public String getScope()
getScope
in interface ManagedThrottlingInflightRoutePolicyMBean
public void setScope(String scope)
setScope
in interface ManagedThrottlingInflightRoutePolicyMBean
public String getLoggingLevel()
getLoggingLevel
in interface ManagedThrottlingInflightRoutePolicyMBean
public void setLoggingLevel(String loggingLevel)
setLoggingLevel
in interface ManagedThrottlingInflightRoutePolicyMBean
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.