Uses of Class
org.apache.activemq.management.CountStatisticImpl
-
Packages that use CountStatisticImpl Package Description org.apache.activemq.management An implementation of the J2EE Management API -
-
Uses of CountStatisticImpl in org.apache.activemq.management
Fields in org.apache.activemq.management declared as CountStatisticImpl Modifier and Type Field Description protected CountStatisticImplJMSEndpointStatsImpl. expiredMessageCountprotected CountStatisticImplJMSEndpointStatsImpl. messageCountprotected CountStatisticImplJMSEndpointStatsImpl. pendingMessageCountMethods in org.apache.activemq.management that return CountStatisticImpl Modifier and Type Method Description CountStatisticImplJCAConnectionPoolStatsImpl. getCloseCount()CountStatisticImplJCAConnectionPoolStatsImpl. getCreateCount()CountStatisticImplJMSSessionStatsImpl. getDurableSubscriptionCount()CountStatisticImplJMSEndpointStatsImpl. getExpiredMessageCount()CountStatisticImplJMSSessionStatsImpl. getExpiredMessageCount()CountStatisticImplJMSEndpointStatsImpl. getMessageCount()CountStatisticImplJMSSessionStatsImpl. getMessageCount()CountStatisticImplCountStatisticImpl. getParent()CountStatisticImplJMSEndpointStatsImpl. getPendingMessageCount()CountStatisticImplJMSSessionStatsImpl. getPendingMessageCount()Methods in org.apache.activemq.management with parameters of type CountStatisticImpl Modifier and Type Method Description voidCountStatisticImpl. setParent(CountStatisticImpl parent)protected voidJMSEndpointStatsImpl. setParent(CountStatisticImpl child, CountStatisticImpl parent)
-