Uses of Class
org.apache.servicemix.jbi.monitoring.stats.TimeStatisticImpl

Packages that use TimeStatisticImpl
org.apache.servicemix.jbi.monitoring   
org.apache.servicemix.jbi.monitoring.stats   
 

Uses of TimeStatisticImpl in org.apache.servicemix.jbi.monitoring
 

Fields in org.apache.servicemix.jbi.monitoring declared as TimeStatisticImpl
protected  TimeStatisticImpl MessagingStats.inboundExchangeRate
           
protected  TimeStatisticImpl MessagingStats.outboundExchangeRate
           
 

Methods in org.apache.servicemix.jbi.monitoring that return TimeStatisticImpl
 TimeStatisticImpl MessagingStats.getInboundExchangeRate()
           
 TimeStatisticImpl MessagingStats.getOutboundExchangeRate()
           
 

Uses of TimeStatisticImpl in org.apache.servicemix.jbi.monitoring.stats
 

Methods in org.apache.servicemix.jbi.monitoring.stats that return TimeStatisticImpl
 TimeStatisticImpl TimeStatisticImpl.getParent()
           
 

Methods in org.apache.servicemix.jbi.monitoring.stats with parameters of type TimeStatisticImpl
 void TimeStatisticImpl.setParent(TimeStatisticImpl parent)
           
 

Constructors in org.apache.servicemix.jbi.monitoring.stats with parameters of type TimeStatisticImpl
TimeStatisticImpl(TimeStatisticImpl parent, String name, String description)
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.