org.apache.activemq.tool
Class AbstractJmsMeasurableClient
java.lang.Object
org.apache.activemq.tool.AbstractJmsClient
org.apache.activemq.tool.AbstractJmsMeasurableClient
- All Implemented Interfaces:
- MeasurableClient
- Direct Known Subclasses:
- JmsConsumerClient, JmsProducerClient
public abstract class AbstractJmsMeasurableClient
- extends AbstractJmsClient
- implements MeasurableClient
Field Summary |
protected edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong |
throughput
|
Methods inherited from class org.apache.activemq.tool.AbstractJmsClient |
createCompositeDestination, createCompositeDestination, createDestination, createDestination, getClient, getClientName, getConnection, getDestCount, getDestIndex, getFactory, getSession, setClient, setClientName, setDestCount, setDestIndex, setFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
throughput
protected edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong throughput
AbstractJmsMeasurableClient
public AbstractJmsMeasurableClient(javax.jms.ConnectionFactory factory)
reset
public void reset()
- Specified by:
reset
in interface MeasurableClient
getThroughput
public long getThroughput()
- Specified by:
getThroughput
in interface MeasurableClient
setThroughput
public void setThroughput(long val)
incThroughput
public void incThroughput()
incThroughput
public void incThroughput(long val)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.