com.khubla.pragmatach.framework.jmx.impl
Class PerformanceStatistics
java.lang.Object
com.khubla.pragmatach.framework.jmx.impl.PerformanceStatistics
- All Implemented Interfaces:
- PerformanceStatisticsMXBean
public class PerformanceStatistics
- extends Object
- implements PerformanceStatisticsMXBean
- Author:
- tome
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerformanceStatistics
public PerformanceStatistics()
getLastRenderTime
public long getLastRenderTime()
- Specified by:
getLastRenderTime
in interface PerformanceStatisticsMXBean
getServerStartTime
public String getServerStartTime()
- Specified by:
getServerStartTime
in interface PerformanceStatisticsMXBean
getTotalRequests
public long getTotalRequests()
- Specified by:
getTotalRequests
in interface PerformanceStatisticsMXBean
incrementTotalRequests
public void incrementTotalRequests()
setLastRenderTime
public void setLastRenderTime(long lastRenderTime)
setTotalRequests
public void setTotalRequests(long totalRequests)
Copyright © 2014 khubla.com. All rights reserved.