org.apache.camel.management.mbean
Class ManagedThrottlingInflightRoutePolicy
java.lang.Object
org.apache.camel.management.mbean.ManagedService
org.apache.camel.management.mbean.ManagedThrottlingInflightRoutePolicy
@ManagedResource(description="Managed ThrottlingInflightRoutePolicy")
public class ManagedThrottlingInflightRoutePolicy
- extends ManagedService
- Version:
- $Revision: 832342 $
| Methods inherited from class org.apache.camel.management.mbean.ManagedService |
getCamelId, getContext, getRoute, getRouteId, getService, getState, init, isSupportSuspension, isSuspended, resume, setRoute, start, stop, suspend |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedThrottlingInflightRoutePolicy
public ManagedThrottlingInflightRoutePolicy(CamelContext context,
ThrottlingInflightRoutePolicy policy)
getPolicy
public ThrottlingInflightRoutePolicy getPolicy()
getMaxInflightExchanges
@ManagedAttribute(description="Maximum inflight exchanges")
public int getMaxInflightExchanges()
setMaxInflightExchanges
@ManagedAttribute(description="Maximum inflight exchanges")
public void setMaxInflightExchanges(int maxInflightExchanges)
getResumePercentOfMax
@ManagedAttribute(description="Resume percentage of maximum inflight exchanges")
public int getResumePercentOfMax()
setResumePercentOfMax
@ManagedAttribute(description="Resume percentage of maximum inflight exchanges")
public void setResumePercentOfMax(int resumePercentOfMax)
getScope
@ManagedAttribute(description="Scope")
public String getScope()
setScope
@ManagedAttribute(description="Scope")
public void setScope(String scope)
getLoggingLevel
@ManagedAttribute(description="Logging Level")
public String getLoggingLevel()
setLoggingLevel
@ManagedAttribute(description="Logging Level")
public void setLoggingLevel(String loggingLevel)
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.