org.shiftone.jrat.core.jmx.info
Class JRatInfo

java.lang.Object
  extended by org.shiftone.jrat.core.jmx.info.JRatInfo
All Implemented Interfaces:
JRatInfoMBean

public class JRatInfo
extends java.lang.Object
implements JRatInfoMBean

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
JRatInfo()
           
 
Method Summary
 void gc()
           
 int getActiveThreadCount()
           
 java.lang.String getBuiltBy()
           
 java.lang.String getBuiltOn()
           
 long getFreeMemory()
           
 long getMaxMemory()
           
 long getTotalMemory()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRatInfo

public JRatInfo()
Method Detail

getBuiltBy

public java.lang.String getBuiltBy()
Specified by:
getBuiltBy in interface JRatInfoMBean

getBuiltOn

public java.lang.String getBuiltOn()
Specified by:
getBuiltOn in interface JRatInfoMBean

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in interface JRatInfoMBean

getTotalMemory

public long getTotalMemory()
Specified by:
getTotalMemory in interface JRatInfoMBean

getMaxMemory

public long getMaxMemory()
Specified by:
getMaxMemory in interface JRatInfoMBean

getFreeMemory

public long getFreeMemory()
Specified by:
getFreeMemory in interface JRatInfoMBean

getActiveThreadCount

public int getActiveThreadCount()
Specified by:
getActiveThreadCount in interface JRatInfoMBean

gc

public void gc()
Specified by:
gc in interface JRatInfoMBean