java.lang.management
public interface MemoryManagerMXBean
ManagementFactory.getMemoryManagerMXBeans()
.Modifier and Type | Method and Description |
---|---|
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.
|
String[] getMemoryPoolNames()
boolean isValid()