Uses of Class
org.mortbay.cometd.ext.StatisticsExtension.Statistic

Packages that use StatisticsExtension.Statistic
org.mortbay.cometd.ext   
 

Uses of StatisticsExtension.Statistic in org.mortbay.cometd.ext
 

Fields in org.mortbay.cometd.ext with type parameters of type StatisticsExtension.Statistic
protected  java.util.Map<java.lang.String,StatisticsExtension.Statistic> StatisticsExtension._statistics
           
 

Methods in org.mortbay.cometd.ext that return StatisticsExtension.Statistic
protected  StatisticsExtension.Statistic StatisticsExtension.createStatistic(org.cometd.Client from, java.lang.String marker)
          Start a statistics collection run.
protected  StatisticsExtension.Statistic StatisticsExtension.newStatistic(org.cometd.Client from, long timeout)
           
 

Methods in org.mortbay.cometd.ext with parameters of type StatisticsExtension.Statistic
 void StatisticsExtension.Statistic.notifyEnd(org.cometd.Client client, StatisticsExtension.Statistic stat)
          Send a message to the originator of the statistics request to advise of the results.
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.