Uses of Class
javax.management.MBeanOperationInfo

Packages that use MBeanOperationInfo
javax.management   
javax.management.modelmbean   
javax.management.openmbean   
org.huihoo.jfox.jmx   
 

Uses of MBeanOperationInfo in javax.management
 

Methods in javax.management that return MBeanOperationInfo
 MBeanOperationInfo[] MBeanInfo.getOperations()
          Returns the list of operations of the MBean.
 

Constructors in javax.management with parameters of type MBeanOperationInfo
MBeanInfo(java.lang.String className, java.lang.String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications)
          Constructs an MBeanInfo.
 

Uses of MBeanOperationInfo in javax.management.modelmbean
 

Subclasses of MBeanOperationInfo in javax.management.modelmbean
 class ModelMBeanOperationInfo
          The ModelMBeanOperationInfo object describes a management operation of the ModelMBean.
 

Methods in javax.management.modelmbean that return MBeanOperationInfo
 MBeanOperationInfo[] ModelMBeanInfoSupport.getOperations()
          Returns the list of operations exposed for management as ModelMBeanOperationInfo objects.
 MBeanOperationInfo[] ModelMBeanInfo.getOperations()
           
 

Uses of MBeanOperationInfo in javax.management.openmbean
 

Subclasses of MBeanOperationInfo in javax.management.openmbean
 class OpenMBeanOperationInfoSupport
          Describes an operation of an Open MBean.
 

Methods in javax.management.openmbean that return MBeanOperationInfo
 MBeanOperationInfo[] OpenMBeanInfo.getOperations()
          Returns an array of OpenMBeanOperationInfo instances describing each operation in the open MBean described by this OpenMBeanInfo instance.
 

Uses of MBeanOperationInfo in org.huihoo.jfox.jmx
 

Methods in org.huihoo.jfox.jmx that return MBeanOperationInfo
 MBeanOperationInfo[] MBeanMetaDataSupport.getOperations()
           
 MBeanOperationInfo[] MBeanInterfaceMetaDataSupport.getOperations()
           
 MBeanOperationInfo[] MBeanInterfaceMetaData.getOperations()
           
 MBeanOperationInfo[] DynamicMBeanMetaDataSupport.getOperations()