com.khubla.pragmatach.framework.jmx.impl
Class PerformanceStatistics

java.lang.Object
  extended by com.khubla.pragmatach.framework.jmx.impl.PerformanceStatistics
All Implemented Interfaces:
PerformanceStatisticsMXBean

public class PerformanceStatistics
extends Object
implements PerformanceStatisticsMXBean

Author:
tome

Constructor Summary
PerformanceStatistics()
           
 
Method Summary
 long getLastRenderTime()
           
 String getServerStartTime()
           
 long getTotalRequests()
           
 void incrementTotalRequests()
           
 void setLastRenderTime(long lastRenderTime)
           
 void setTotalRequests(long totalRequests)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceStatistics

public PerformanceStatistics()
Method Detail

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.