|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeStatisticImpl | |
---|---|
org.apache.activemq.broker.region | Region abstraction and implementations in the Broker. |
org.apache.activemq.management | An implementation of the J2EE Management API |
Uses of TimeStatisticImpl in org.apache.activemq.broker.region |
---|
Fields in org.apache.activemq.broker.region declared as TimeStatisticImpl | |
---|---|
protected TimeStatisticImpl |
DestinationStatistics.processTime
|
Methods in org.apache.activemq.broker.region that return TimeStatisticImpl | |
---|---|
TimeStatisticImpl |
DestinationStatistics.getProcessTime()
|
Uses of TimeStatisticImpl in org.apache.activemq.management |
---|
Fields in org.apache.activemq.management declared as TimeStatisticImpl | |
---|---|
protected TimeStatisticImpl |
JMSEndpointStatsImpl.messageRateTime
|
protected TimeStatisticImpl |
JMSEndpointStatsImpl.messageWaitTime
|
Methods in org.apache.activemq.management that return TimeStatisticImpl | |
---|---|
TimeStatisticImpl |
JMSEndpointStatsImpl.getMessageRateTime()
|
TimeStatisticImpl |
JMSSessionStatsImpl.getMessageRateTime()
|
TimeStatisticImpl |
JMSEndpointStatsImpl.getMessageWaitTime()
|
TimeStatisticImpl |
JMSSessionStatsImpl.getMessageWaitTime()
|
TimeStatisticImpl |
TimeStatisticImpl.getParent()
|
TimeStatisticImpl |
JCAConnectionStatsImpl.getUseTime()
|
TimeStatisticImpl |
JCAConnectionStatsImpl.getWaitTime()
|
Methods in org.apache.activemq.management with parameters of type TimeStatisticImpl | |
---|---|
void |
TimeStatisticImpl.setParent(TimeStatisticImpl parent)
|
protected void |
JMSEndpointStatsImpl.setParent(TimeStatisticImpl child,
TimeStatisticImpl parent)
|
Constructors in org.apache.activemq.management with parameters of type TimeStatisticImpl | |
---|---|
JCAConnectionPoolStatsImpl(java.lang.String connectionFactory,
java.lang.String managedConnectionFactory,
TimeStatisticImpl waitTime,
TimeStatisticImpl useTime,
CountStatisticImpl closeCount,
CountStatisticImpl createCount,
BoundedRangeStatisticImpl freePoolSize,
BoundedRangeStatisticImpl poolSize,
RangeStatisticImpl waitingThreadCount)
|
|
JCAConnectionStatsImpl(java.lang.String connectionFactory,
java.lang.String managedConnectionFactory,
TimeStatisticImpl waitTime,
TimeStatisticImpl useTime)
|
|
JMSConsumerStatsImpl(CountStatisticImpl messageCount,
CountStatisticImpl pendingMessageCount,
CountStatisticImpl expiredMessageCount,
TimeStatisticImpl messageWaitTime,
TimeStatisticImpl messageRateTime,
java.lang.String origin)
|
|
JMSEndpointStatsImpl(CountStatisticImpl messageCount,
CountStatisticImpl pendingMessageCount,
CountStatisticImpl expiredMessageCount,
TimeStatisticImpl messageWaitTime,
TimeStatisticImpl messageRateTime)
|
|
JMSProducerStatsImpl(CountStatisticImpl messageCount,
CountStatisticImpl pendingMessageCount,
CountStatisticImpl expiredMessageCount,
TimeStatisticImpl messageWaitTime,
TimeStatisticImpl messageRateTime,
java.lang.String destination)
|
|
TimeStatisticImpl(TimeStatisticImpl parent,
java.lang.String name,
java.lang.String description)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |