org.huihoo.jfox.jmx
Class MBeanInterfaceMetaDataSupport

java.lang.Object
  |
  +--org.huihoo.jfox.jmx.MBeanInterfaceMetaDataSupport
All Implemented Interfaces:
MBeanInterfaceMetaData

public class MBeanInterfaceMetaDataSupport
extends java.lang.Object
implements MBeanInterfaceMetaData

Author:
Young Yang

Method Summary
 MBeanAttributeInfo getAttributeInfo(java.lang.String attribute)
           
 MBeanAttributeInfo[] getAttributes()
           
static MBeanInterfaceMetaData getInstance(java.lang.Class c)
           
 MBeanOperationInfo[] getOperations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MBeanInterfaceMetaData getInstance(java.lang.Class c)

getAttributes

public MBeanAttributeInfo[] getAttributes()
Specified by:
getAttributes in interface MBeanInterfaceMetaData

getOperations

public MBeanOperationInfo[] getOperations()
Specified by:
getOperations in interface MBeanInterfaceMetaData

getAttributeInfo

public MBeanAttributeInfo getAttributeInfo(java.lang.String attribute)
                                    throws AttributeNotFoundException
Specified by:
getAttributeInfo in interface MBeanInterfaceMetaData
AttributeNotFoundException