|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to the JVM memory system.
Method Summary | |
GarbageCollector |
getGarbageCollector()
Returns the GarbageCollector currently used by the JVM. |
long |
getMaxHeapSize()
Returns the maximum size the heap may grow to, in bytes. |
long |
getTotalHeapSize()
Returns the size of the heap that the JVM has allocated, in bytes. |
long |
getUsedHeapSize()
Returns the committed heap size of the JVM in bytes. |
Methods inherited from interface com.bea.jvm.Describable |
getDescription |
Method Detail |
public long getMaxHeapSize() throws NotAvailableException
NotAvailableException
- if this functionality isn't available in
this JVM.public long getTotalHeapSize() throws NotAvailableException
NotAvailableException
- if this functionality isn't available in
this JVM.public long getUsedHeapSize() throws NotAvailableException
NotAvailableException
- if this functionality isn't available in
this JVM.public GarbageCollector getGarbageCollector() throws NotAvailableException
NotAvailableException
- if this functionality isn't available in
this JVM.GarbageCollector
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |