| java.lang.Object org.apache.harmony.lang.management.DynamicMXBeanImpl org.apache.harmony.lang.management.MemoryManagerMXBeanImpl
All known Subclasses: org.apache.harmony.lang.management.GarbageCollectorMXBeanImpl,
Field Summary | |
final protected int | id | final protected String | name |
id | final protected int id(Code) | | |
MemoryManagerMXBeanImpl | MemoryManagerMXBeanImpl(String name, int id, MemoryMXBeanImpl memBean)(Code) | | Sets the metadata for this bean.
Parameters: name - Parameters: id - Parameters: memBean - |
getMemoryPoolMXBeans | List<MemoryPoolMXBean> getMemoryPoolMXBeans()(Code) | | Retrieves the list of memory pool beans managed by this manager.
the list of MemoryPoolMXBean instances |
getMemoryPoolNames | public String[] getMemoryPoolNames()(Code) | | |
initializeInfo | protected void initializeInfo()(Code) | | |
isValid | public boolean isValid()(Code) | | |
Methods inherited from org.apache.harmony.lang.management.DynamicMXBeanImpl | public Object getAttribute(String attribute) throws AttributeNotFoundException, MBeanException, ReflectionException(Code)(Java Doc) public AttributeList getAttributes(String[] attributes)(Code)(Java Doc) public MBeanInfo getMBeanInfo()(Code)(Java Doc) protected MBeanAttributeInfo getPresentAttribute(String attributeName, AttributeAccessType access)(Code)(Java Doc) protected MBeanOperationInfo getPresentOperation(String actionName, String[] signature)(Code)(Java Doc) public Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException(Code)(Java Doc) public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException(Code)(Java Doc) public AttributeList setAttributes(AttributeList attributes)(Code)(Java Doc) protected void setMBeanInfo(MBeanInfo info)(Code)(Java Doc)
|
|
|