|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.tool.AbstractJmsClient
org.apache.activemq.tool.AbstractJmsMeasurableClient
public abstract class AbstractJmsMeasurableClient
| Field Summary | |
|---|---|
protected edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong |
throughput
|
| Fields inherited from class org.apache.activemq.tool.AbstractJmsClient |
|---|
clientName, destCount, destIndex, factory, jmsConnection, jmsSession |
| Constructor Summary | |
|---|---|
AbstractJmsMeasurableClient(javax.jms.ConnectionFactory factory)
|
|
| Method Summary | |
|---|---|
long |
getThroughput()
|
void |
incThroughput()
|
void |
incThroughput(long val)
|
void |
reset()
|
void |
setThroughput(long val)
|
| 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 |
| Methods inherited from interface org.apache.activemq.tool.sampler.MeasurableClient |
|---|
getClientName |
| Field Detail |
|---|
protected edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicLong throughput
| Constructor Detail |
|---|
public AbstractJmsMeasurableClient(javax.jms.ConnectionFactory factory)
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||