| java.lang.Object org.apache.harmony.lang.management.DynamicMXBeanImpl org.apache.harmony.lang.management.MemoryPoolMXBeanImpl
MemoryPoolMXBeanImpl | MemoryPoolMXBeanImpl(String name, MemoryType type, int id, MemoryMXBeanImpl memBean)(Code) | | Sets the metadata for this bean.
Parameters: name - Parameters: type - Parameters: id - Parameters: memBean - |
getCollectionUsageThreshold | public long getCollectionUsageThreshold()(Code) | | |
getCollectionUsageThresholdCount | public long getCollectionUsageThresholdCount()(Code) | | |
getMemoryManagerNames | public String[] getMemoryManagerNames()(Code) | | |
getUsageThreshold | public long getUsageThreshold()(Code) | | |
getUsageThresholdCount | public long getUsageThresholdCount()(Code) | | |
isCollectionUsageThresholdExceeded | public boolean isCollectionUsageThresholdExceeded()(Code) | | |
isCollectionUsageThresholdSupported | public boolean isCollectionUsageThresholdSupported()(Code) | | |
isUsageThresholdExceeded | public boolean isUsageThresholdExceeded()(Code) | | |
isUsageThresholdSupported | public boolean isUsageThresholdSupported()(Code) | | |
isValid | public boolean isValid()(Code) | | |
resetPeakUsage | public void resetPeakUsage()(Code) | | |
setCollectionUsageThreshold | public void setCollectionUsageThreshold(long threshold)(Code) | | |
setUsageThreshold | public void setUsageThreshold(long threshold)(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)
|
|
|