Uses of Class
org.apache.activemq.management.CountStatisticImpl
Packages that use CountStatisticImpl
-
Uses of CountStatisticImpl in org.apache.activemq.management
Fields in org.apache.activemq.management declared as CountStatisticImplModifier and TypeFieldDescriptionprotected CountStatisticImplJMSEndpointStatsImpl.expiredMessageCountprotected CountStatisticImplJMSEndpointStatsImpl.messageCountprotected CountStatisticImplJMSEndpointStatsImpl.pendingMessageCountMethods in org.apache.activemq.management that return CountStatisticImplModifier and TypeMethodDescriptionJCAConnectionPoolStatsImpl.getCloseCount()JCAConnectionPoolStatsImpl.getCreateCount()JMSSessionStatsImpl.getDurableSubscriptionCount()JMSEndpointStatsImpl.getExpiredMessageCount()JMSSessionStatsImpl.getExpiredMessageCount()JMSEndpointStatsImpl.getMessageCount()JMSSessionStatsImpl.getMessageCount()CountStatisticImpl.getParent()JMSEndpointStatsImpl.getPendingMessageCount()JMSSessionStatsImpl.getPendingMessageCount()Methods in org.apache.activemq.management with parameters of type CountStatisticImplModifier and TypeMethodDescriptionvoidCountStatisticImpl.setParent(CountStatisticImpl parent) protected voidJMSEndpointStatsImpl.setParent(CountStatisticImpl child, CountStatisticImpl parent) Constructors in org.apache.activemq.management with parameters of type CountStatisticImplModifierConstructorDescriptionCountStatisticImpl(CountStatisticImpl parent, String name, String description) JCAConnectionPoolStatsImpl(String connectionFactory, String managedConnectionFactory, TimeStatisticImpl waitTime, TimeStatisticImpl useTime, CountStatisticImpl closeCount, CountStatisticImpl createCount, BoundedRangeStatisticImpl freePoolSize, BoundedRangeStatisticImpl poolSize, RangeStatisticImpl waitingThreadCount) JMSConsumerStatsImpl(CountStatisticImpl messageCount, CountStatisticImpl pendingMessageCount, CountStatisticImpl expiredMessageCount, TimeStatisticImpl messageWaitTime, TimeStatisticImpl messageRateTime, String origin) JMSEndpointStatsImpl(CountStatisticImpl messageCount, CountStatisticImpl pendingMessageCount, CountStatisticImpl expiredMessageCount, TimeStatisticImpl messageWaitTime, TimeStatisticImpl messageRateTime) JMSProducerStatsImpl(CountStatisticImpl messageCount, CountStatisticImpl pendingMessageCount, CountStatisticImpl expiredMessageCount, TimeStatisticImpl messageWaitTime, TimeStatisticImpl messageRateTime, String destination)