public class MemoryManagerMXBeanImpl extends DynamicMXBeanImpl implements java.lang.management.MemoryManagerMXBean
MemoryManagerMXBean| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected java.lang.String |
name |
info| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getMemoryPoolNames()
Returns the names of all of the memory pools managed by this
MXBean. |
java.lang.String |
getName()
Returns the name of this particular memory manager.
|
protected void |
initializeInfo() |
boolean |
isValid()
Returns
true if this memory manager is still valid in the
virtual machine. |
getAttribute, getAttributes, getMBeanInfo, getPresentAttribute, getPresentOperation, initMBeanInfo, invoke, setAttribute, setAttributes, setMBeanInfoprotected void initializeInfo()
public java.lang.String[] getMemoryPoolNames()
java.lang.management.MemoryManagerMXBeanMXBean.getMemoryPoolNames in interface java.lang.management.MemoryManagerMXBeanpublic java.lang.String getName()
java.lang.management.MemoryManagerMXBeangetName in interface java.lang.management.MemoryManagerMXBeanpublic boolean isValid()
java.lang.management.MemoryManagerMXBeantrue if this memory manager is still valid in the
virtual machine. That is, the memory manager has not been eliminated from
the virtual machine memory.isValid in interface java.lang.management.MemoryManagerMXBeantrue if the memory manager is still valid in the
virtual machine ; otherwise false.