Uses of Class
javax.management.MBeanOperationInfo

Packages that use MBeanOperationInfo
javax.management   
javax.management.modelmbean   
javax.management.openmbean   
mx4j   
 

Uses of MBeanOperationInfo in javax.management
 

Methods in javax.management that return MBeanOperationInfo
 MBeanOperationInfo[] MBeanInfo.getOperations()
           
 

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)
           
 

Uses of MBeanOperationInfo in javax.management.modelmbean
 

Subclasses of MBeanOperationInfo in javax.management.modelmbean
 class ModelMBeanOperationInfo
           
 

Methods in javax.management.modelmbean that return MBeanOperationInfo
 MBeanOperationInfo[] ModelMBeanInfoSupport.getOperations()
           
 MBeanOperationInfo[] ModelMBeanInfo.getOperations()
           
 

Uses of MBeanOperationInfo in javax.management.openmbean
 

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

Methods in javax.management.openmbean that return MBeanOperationInfo
 MBeanOperationInfo[] OpenMBeanInfo.getOperations()
          Returns an instance of MBeanOperationInfo ( OpenMBeanOperationInfo )
 

Uses of MBeanOperationInfo in mx4j
 

Methods in mx4j that return MBeanOperationInfo
protected  MBeanOperationInfo[] AbstractDynamicMBean.createMBeanOperationInfo()
          To be overridden to return metadata information about manageable operations.
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.