// Read this file into your class right where your existing imports are // (or, if you don't have any, where they would be). import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import javax.management.MBeanAttributeInfo; import javax.management.MBeanOperationInfo; import javax.management.MBeanConstructorInfo; import javax.management.AttributeList; import javax.management.MBeanInfo; import javax.management.Attribute; import javax.management.AttributeNotFoundException; import javax.management.MBeanException; import javax.management.DynamicMBean; import java.util.StringTokenizer; import com.admc.util.jmx.Descriptor; import com.admc.util.jmx.ConsDescriptor;