public abstract class AbstractJmsMeasurableClient extends AbstractJmsClient implements MeasurableClient
| Modifier and Type | Field and Description | 
|---|---|
| protected AtomicLong | throughput | 
clientName, destCount, DESTINATION_SEPARATOR, destIndex, factory, jmsConnection, jmsSession| Constructor and Description | 
|---|
| AbstractJmsMeasurableClient(ConnectionFactory factory) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getThroughput() | 
| void | incThroughput() | 
| void | incThroughput(long val) | 
| void | reset() | 
| void | setThroughput(long val) | 
commitTxIfNecessary, createCompositeDestination, createCompositeDestination, createDestination, createDestinations, createTemporaryDestination, getClient, getClientName, getConnection, getDestCount, getDestinationType, getDestIndex, getFactory, getSession, getSimpleName, setClient, setClientName, setDestCount, setDestIndex, setFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClientNameprotected AtomicLong throughput
public AbstractJmsMeasurableClient(ConnectionFactory factory)
public void reset()
reset in interface MeasurableClientpublic long getThroughput()
getThroughput in interface MeasurableClientpublic void setThroughput(long val)
public void incThroughput()
public void incThroughput(long val)
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.