org.apache.activemq.broker
Class ProducerBrokerExchange.FlowControlInfo
java.lang.Object
org.apache.activemq.broker.ProducerBrokerExchange.FlowControlInfo
- Enclosing class:
- ProducerBrokerExchange
public static class ProducerBrokerExchange.FlowControlInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProducerBrokerExchange.FlowControlInfo
public ProducerBrokerExchange.FlowControlInfo()
isBlockingOnFlowControl
public boolean isBlockingOnFlowControl()
setBlockingOnFlowControl
public void setBlockingOnFlowControl(boolean blockingOnFlowControl)
getTotalSends
public long getTotalSends()
incrementSend
public void incrementSend()
getSendsBlocked
public long getSendsBlocked()
incrementSendBlocked
public void incrementSendBlocked()
getTotalTimeBlocked
public long getTotalTimeBlocked()
incrementTimeBlocked
public void incrementTimeBlocked(long time)
reset
public void reset()
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.