|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CountStatisticImpl | |
org.codehaus.activemq.management | An implementation of the J2EE Management API |
Uses of CountStatisticImpl in org.codehaus.activemq.management |
Fields in org.codehaus.activemq.management declared as CountStatisticImpl | |
protected CountStatisticImpl |
JMSEndpointStatsImpl.messageCount
|
protected CountStatisticImpl |
JMSEndpointStatsImpl.pendingMessageCount
|
protected CountStatisticImpl |
JMSEndpointStatsImpl.expiredMessageCount
|
Methods in org.codehaus.activemq.management that return CountStatisticImpl | |
CountStatisticImpl |
CountStatisticImpl.getParent()
|
Methods in org.codehaus.activemq.management with parameters of type CountStatisticImpl | |
void |
CountStatisticImpl.setParent(CountStatisticImpl parent)
|
Constructors in org.codehaus.activemq.management with parameters of type CountStatisticImpl | |
JMSProducerStatsImpl(CountStatisticImpl messageCount,
CountStatisticImpl pendingMessageCount,
CountStatisticImpl expiredMessageCount,
TimeStatisticImpl messageWaitTime,
TimeStatisticImpl messageRateTime,
java.lang.String destination)
|
|
JMSEndpointStatsImpl(CountStatisticImpl messageCount,
CountStatisticImpl pendingMessageCount,
CountStatisticImpl expiredMessageCount,
TimeStatisticImpl messageWaitTime,
TimeStatisticImpl messageRateTime)
|
|
JMSConsumerStatsImpl(CountStatisticImpl messageCount,
CountStatisticImpl pendingMessageCount,
CountStatisticImpl expiredMessageCount,
TimeStatisticImpl messageWaitTime,
TimeStatisticImpl messageRateTime,
java.lang.String origin)
|
|
CountStatisticImpl(CountStatisticImpl parent,
java.lang.String name,
java.lang.String description)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |