final class VMMemoryManagerMXBeanImpl extends Object
Constructor and Description |
---|
VMMemoryManagerMXBeanImpl() |
Modifier and Type | Method and Description |
---|---|
(package private) static String[] |
getMemoryPoolNames(String name)
We ignore the name as we only have one manager,
and simply return the same as the management factory
would.
|
(package private) static boolean |
isValid(String name)
We assume that our manager is always valid.
|
VMMemoryManagerMXBeanImpl()
static String[] getMemoryPoolNames(String name)
name
- the name of the memory manager whose pools
should be returned (ignored).