| java.lang.Object org.apache.harmony.lang.management.DynamicMXBeanImpl org.apache.harmony.lang.management.MemoryManagerMXBeanImpl org.apache.harmony.lang.management.GarbageCollectorMXBeanImpl
GarbageCollectorMXBeanImpl | GarbageCollectorMXBeanImpl(String name, int id, MemoryMXBeanImpl memBean)(Code) | | Parameters: name - The name of this collector Parameters: id - An internal id number representing this collector Parameters: memBean - The memory bean that receives notification events from pools managed by this collector |
getCollectionCount | public long getCollectionCount()(Code) | | |
getCollectionTime | public long getCollectionTime()(Code) | | |
initializeInfo | protected void initializeInfo()(Code) | | Sets the metadata for this bean.
|
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)
|
|
|