org.jboss.test.jmx.compliance.standard
Class InfoUtil

java.lang.Object
  extended byorg.jboss.test.jmx.compliance.standard.InfoUtil

public class InfoUtil
extends Object


Constructor Summary
InfoUtil()
           
 
Method Summary
static String decodeImpact(int impact)
           
static void dumpAttributes(javax.management.MBeanAttributeInfo[] attributes)
           
static void dumpConstructors(javax.management.MBeanConstructorInfo[] constructors)
           
static void dumpOperations(javax.management.MBeanOperationInfo[] operations)
           
static javax.management.MBeanAttributeInfo findAttribute(javax.management.MBeanAttributeInfo[] attributes, String name)
           
static javax.management.MBeanInfo getMBeanInfo(Object mbean, String name)
           
static String makeSignatureString(javax.management.MBeanParameterInfo[] info)
           
static String makeSignatureString(String[] sig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoUtil

public InfoUtil()
Method Detail

getMBeanInfo

public static javax.management.MBeanInfo getMBeanInfo(Object mbean,
                                                      String name)

findAttribute

public static javax.management.MBeanAttributeInfo findAttribute(javax.management.MBeanAttributeInfo[] attributes,
                                                                String name)

dumpConstructors

public static void dumpConstructors(javax.management.MBeanConstructorInfo[] constructors)

dumpAttributes

public static void dumpAttributes(javax.management.MBeanAttributeInfo[] attributes)

dumpOperations

public static void dumpOperations(javax.management.MBeanOperationInfo[] operations)

makeSignatureString

public static String makeSignatureString(javax.management.MBeanParameterInfo[] info)

makeSignatureString

public static String makeSignatureString(String[] sig)

decodeImpact

public static String decodeImpact(int impact)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.