| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MBeanOperationInfo | |
|---|---|
| javax.management | Provides the core classes for the Java Management Extensions. | 
| javax.management.modelmbean | Provides the definition of the ModelMBean classes. | 
| javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. | 
| Uses of MBeanOperationInfo in javax.management | 
|---|
| Methods in javax.management that return MBeanOperationInfo | |
|---|---|
|  MBeanOperationInfo[] | MBeanInfo.getOperations()Returns the list of operations of the MBean. | 
| Methods in javax.management with parameters of type MBeanOperationInfo | |
|---|---|
| protected  String | StandardMBean.getDescription(MBeanOperationInfo info)Customization hook: Get the description that will be used in the MBeanOperationInfo returned by this MBean. | 
| protected  String | StandardMBean.getDescription(MBeanOperationInfo op,
               MBeanParameterInfo param,
               int sequence)Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean. | 
| protected  int | StandardMBean.getImpact(MBeanOperationInfo info)Customization hook: Get the impact flag of the operation that will be used in the MBeanOperationInfo returned by this MBean. | 
| protected  String | StandardMBean.getParameterName(MBeanOperationInfo op,
                 MBeanParameterInfo param,
                 int sequence)Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean. | 
| Constructors in javax.management with parameters of type MBeanOperationInfo | |
|---|---|
| MBeanInfo(String className,
          String description,
          MBeanAttributeInfo[] attributes,
          MBeanConstructorInfo[] constructors,
          MBeanOperationInfo[] operations,
          MBeanNotificationInfo[] notifications)Constructs an MBeanInfo. | |
| MBeanInfo(String className,
          String description,
          MBeanAttributeInfo[] attributes,
          MBeanConstructorInfo[] constructors,
          MBeanOperationInfo[] operations,
          MBeanNotificationInfo[] notifications,
          Descriptor descriptor)Constructs an MBeanInfo. | |
| Uses of MBeanOperationInfo in javax.management.modelmbean | 
|---|
| Subclasses of MBeanOperationInfo in javax.management.modelmbean | |
|---|---|
|  class | ModelMBeanOperationInfoThe ModelMBeanOperationInfo object describes a management operation of the ModelMBean. | 
| Methods in javax.management.modelmbean that return MBeanOperationInfo | |
|---|---|
|  MBeanOperationInfo[] | ModelMBeanInfo.getOperations()Returns the list of operations of the MBean. | 
| Uses of MBeanOperationInfo in javax.management.openmbean | 
|---|
| Subclasses of MBeanOperationInfo in javax.management.openmbean | |
|---|---|
|  class | OpenMBeanOperationInfoSupportDescribes 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. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.