org.deegree.console.util
Class StatisticBean
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticBean
public StatisticBean()
getDispatchedRequests
public long getDispatchedRequests()
getActiveRequests
public long getActiveRequests()
getAverageResponseTime
public long getAverageResponseTime()
getMaximumResponseTime
public long getMaximumResponseTime()
Copyright © 2011. All Rights Reserved.