Uses of Class
org.apache.activemq.management.TimeStatisticImpl
Packages that use TimeStatisticImpl
-
Uses of TimeStatisticImpl in org.apache.activemq.management
Fields in org.apache.activemq.management declared as TimeStatisticImplModifier and TypeFieldDescriptionprotected TimeStatisticImplJMSEndpointStatsImpl.messageRateTimeprotected TimeStatisticImplJMSEndpointStatsImpl.messageWaitTimeMethods in org.apache.activemq.management that return TimeStatisticImplModifier and TypeMethodDescriptionJMSEndpointStatsImpl.getMessageRateTime()JMSSessionStatsImpl.getMessageRateTime()JMSEndpointStatsImpl.getMessageWaitTime()JMSSessionStatsImpl.getMessageWaitTime()TimeStatisticImpl.getParent()JCAConnectionStatsImpl.getUseTime()JCAConnectionStatsImpl.getWaitTime()Methods in org.apache.activemq.management with parameters of type TimeStatisticImplModifier and TypeMethodDescriptionprotected voidJMSEndpointStatsImpl.setParent(TimeStatisticImpl child, TimeStatisticImpl parent) voidTimeStatisticImpl.setParent(TimeStatisticImpl parent) Constructors in org.apache.activemq.management with parameters of type TimeStatisticImplModifierConstructorDescriptionJCAConnectionPoolStatsImpl(String connectionFactory, String managedConnectionFactory, TimeStatisticImpl waitTime, TimeStatisticImpl useTime, CountStatisticImpl closeCount, CountStatisticImpl createCount, BoundedRangeStatisticImpl freePoolSize, BoundedRangeStatisticImpl poolSize, RangeStatisticImpl waitingThreadCount) JCAConnectionStatsImpl(String connectionFactory, String managedConnectionFactory, TimeStatisticImpl waitTime, TimeStatisticImpl useTime) 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) TimeStatisticImpl(TimeStatisticImpl parent, String name, String description)