org.deegree.console.util
Class StatisticBean

java.lang.Object
  extended by org.deegree.console.util.StatisticBean
All Implemented Interfaces:
Serializable

public class StatisticBean
extends Object
implements Serializable

A request scoped bean containing detailed statistic information about the services

Version:
$Revision: 29926 $, $Date: 2011-03-08 11:47:59 +0100 (Di, 08. Mär 2011) $
Author:
Lyn Buesching, last edited by: $Author: mschneider $
See Also:
Serialized Form

Constructor Summary
StatisticBean()
           
 
Method Summary
 long getActiveRequests()
           
 long getAverageResponseTime()
           
 long getDispatchedRequests()
           
 long getMaximumResponseTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticBean

public StatisticBean()
Method Detail

getDispatchedRequests

public long getDispatchedRequests()

getActiveRequests

public long getActiveRequests()

getAverageResponseTime

public long getAverageResponseTime()

getMaximumResponseTime

public long getMaximumResponseTime()


Copyright © 2011. All Rights Reserved.