|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.daisy.jmx.SystemInfoImpl
Constructor Summary | |
SystemInfoImpl()
|
Method Summary | |
int |
getAvailableProcessors()
Shows the number of available processors for the VM |
java.lang.String |
getFileEncoding()
Shows file encoding. |
long |
getFreeVmMemory()
Shows the current amount of free memory in the VM, measured in bytes. |
java.lang.String |
getFreeVmMemoryFormatted()
|
long |
getMaxVmMemory()
Shows the maximum amount of memory that the VM will attempt to use, measured in bytes. |
java.lang.String |
getMaxVmMemoryFormatted()
|
java.util.Date |
getStartTime()
Shows the (approx.) time when the system was started. |
long |
getTotalVmMemory()
Shows the total amount of free memory in the VM, measured in bytes. |
java.lang.String |
getTotalVmMemoryFormatted()
|
java.lang.String |
getUpTime()
Shows the (approx.) current system uptime |
void |
triggerGarbageCollector()
Suggests the VM to run the Garbage Collector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SystemInfoImpl()
Method Detail |
public long getFreeVmMemory()
SystemInfoImplMBean
getFreeVmMemory
in interface SystemInfoImplMBean
public java.lang.String getUpTime()
SystemInfoImplMBean
getUpTime
in interface SystemInfoImplMBean
public void triggerGarbageCollector()
SystemInfoImplMBean
triggerGarbageCollector
in interface SystemInfoImplMBean
public java.util.Date getStartTime()
SystemInfoImplMBean
getStartTime
in interface SystemInfoImplMBean
public long getMaxVmMemory()
SystemInfoImplMBean
getMaxVmMemory
in interface SystemInfoImplMBean
public long getTotalVmMemory()
SystemInfoImplMBean
getTotalVmMemory
in interface SystemInfoImplMBean
public int getAvailableProcessors()
SystemInfoImplMBean
getAvailableProcessors
in interface SystemInfoImplMBean
public java.lang.String getFreeVmMemoryFormatted()
getFreeVmMemoryFormatted
in interface SystemInfoImplMBean
public java.lang.String getMaxVmMemoryFormatted()
getMaxVmMemoryFormatted
in interface SystemInfoImplMBean
public java.lang.String getTotalVmMemoryFormatted()
getTotalVmMemoryFormatted
in interface SystemInfoImplMBean
public java.lang.String getFileEncoding()
SystemInfoImplMBean
getFileEncoding
in interface SystemInfoImplMBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |