java.lang.management
public interface MemoryManagerMXBean
Since: 1.5
Method Summary | |
---|---|
String[] | getMemoryPoolNames()
Returns an array containing the names of the memory pools
this memory manager manages.
|
String | getName()
Returns the name of the memory manager.
|
boolean | isValid()
Returns true if this memory manager is still valid. |
Returns: an array containing the name of each memory pool this manager is responsible for.
Returns: the memory manager name.
Returns: true if this memory manager is valid.