| java.lang.Object org.apache.harmony.lang.management.DynamicMXBeanImpl org.apache.harmony.lang.management.ClassLoadingMXBeanImpl
getLoadedClassCount | public int getLoadedClassCount()(Code) | | |
getTotalLoadedClassCount | public long getTotalLoadedClassCount()(Code) | | |
getUnloadedClassCount | public long getUnloadedClassCount()(Code) | | |
isVerbose | public boolean isVerbose()(Code) | | |
setVerbose | public void setVerbose(boolean value)(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)
|
|
|