001    package com.khubla.pragmatach.framework.jmx;
002    
003    /**
004     * @author tome
005     */
006    public interface PerformanceStatisticsMXBean {
007       public long getLastRenderTime();
008    
009       public String getServerStartTime();
010    
011       public long getTotalRequests();
012    }