com.oldlight.weaver.admin.beans
Class WeaverStatisticsBean
java.lang.Object
com.oldlight.weaver.admin.beans.WeaverStatisticsBean
- public class WeaverStatisticsBean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeaverStatisticsBean
public WeaverStatisticsBean()
getStartTime
public Date getStartTime()
getCurrentNumSessions
public long getCurrentNumSessions()
getMaxNumSessions
public long getMaxNumSessions()
getTotalNumSessions
public long getTotalNumSessions()
getNumRequests
public long getNumRequests()
getNumClientExceptions
public long getNumClientExceptions()
getNumSystemExceptions
public long getNumSystemExceptions()
getNumWeaverExceptions
public long getNumWeaverExceptions()
getMaxRequestTime
public long getMaxRequestTime()
getMinRequestTime
public long getMinRequestTime()
getAverageRequestTime
public long getAverageRequestTime()
getSessionDetails
public Collection getSessionDetails()
getWeaverExceptions
public List getWeaverExceptions()
getSystemExceptions
public List getSystemExceptions()
getClientExceptions
public List getClientExceptions()