类的用途
javax.management.MBeanOperationInfo
使用 MBeanOperationInfo 的包
包
描述
为 Java 管理扩展提供核心类。
提供 ModelMBean 类的定义。
提供开放数据类型和 Open MBean 描述符类。
-
MBeanOperationInfo 在 javax.management 中的用法
javax.management 中返回 MBeanOperationInfo 的方法javax.management 中的方法,参数类型为 MBeanOperationInfo修饰符和类型方法描述protected StringStandardMBean.getDescription(MBeanOperationInfo info) 自定义挂钩:获取将在此 MBean 返回的 MBeanOperationInfo 中使用的描述。protected StringStandardMBean.getDescription(MBeanOperationInfo op, MBeanParameterInfo param, int sequence) 自定义挂钩:获取将用于顺序此 MBean 返回的 MBeanOperationInfo 的 MBeanParameterInfo。protected intStandardMBean.getImpact(MBeanOperationInfo info) 自定义挂钩:获取影响将在此 MBean 返回的 MBeanOperationInfo 中使用的操作标志。protected StringStandardMBean.getParameterName(MBeanOperationInfo op, MBeanParameterInfo param, int sequence) 自定义挂钩:获取将用于顺序此 MBean 返回的 MBeanOperationInfo 的 MBeanParameterInfo。javax.management 中的构造函数,参数类型为 MBeanOperationInfo修饰符构造方法描述MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) 构造一个MBeanInfo。MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor) 构造一个MBeanInfo。 -
MBeanOperationInfo 在 javax.management.modelmbean 中的用法
-
MBeanOperationInfo 在 javax.management.openmbean 中的用法
修饰符和类型方法描述OpenMBeanInfo.getOperations()返回一个OpenMBeanOperationInfo实例数组,描述此OpenMBeanInfo实例所描述的开放 MBean 中的每个操作。