|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemInfoImplMBean
MBean for providing some general system information.
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. |
long |
getMaxVmMemory()
Shows the maximum amount of memory that the VM will attempt to use, measured in bytes. |
java.lang.String |
getServerVersion()
|
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 |
getUpTime()
Shows the (approx.) current system uptime |
java.lang.String |
getVmMemoryFormatted()
|
void |
triggerGarbageCollector()
Suggests the VM to run the Garbage Collector |
Method Detail |
---|
long getFreeVmMemory()
java.lang.String getVmMemoryFormatted()
long getMaxVmMemory()
long getTotalVmMemory()
int getAvailableProcessors()
java.util.Date getStartTime()
java.lang.String getUpTime()
void triggerGarbageCollector()
java.lang.String getFileEncoding()
java.lang.String getServerVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |