Uses of Class
javax.management.MBeanOperationInfo
-
Packages that use MBeanOperationInfo 软件包 描述 javax.management 提供Java Management Extensions的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.openmbean 提供开放数据类型和Open MBean描述符类。 -
-
Uses of MBeanOperationInfo in javax.management
Methods in javax.management that return MBeanOperationInfo 变量和类型 方法 描述 MBeanOperationInfo[]
MBeanInfo. getOperations()
返回MBean的操作列表。Methods in javax.management with parameters of type MBeanOperationInfo 变量和类型 方法 描述 protected String
StandardMBean. getDescription(MBeanOperationInfo info)
自定义挂钩:获取将在此MBean返回的MBeanOperationInfo中使用的描述。protected String
StandardMBean. getDescription(MBeanOperationInfo op, MBeanParameterInfo param, int sequence)
定制钩子:获取将用于此MBean返回的MBeanOperationInfo的 序列 MBeanParameterInfo的描述。protected int
StandardMBean. getImpact(MBeanOperationInfo info)
定制钩子:获取将在此MBean返回的MBeanOperationInfo中使用的操作的 影响标志。protected String
StandardMBean. getParameterName(MBeanOperationInfo op, MBeanParameterInfo param, int sequence)
定制钩子:获取将用于此MBean返回的MBeanOperationInfo的 序列 MBeanParameterInfo的名称。Constructors in javax.management with parameters of type 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
。 -
Uses of MBeanOperationInfo in javax.management.modelmbean
Subclasses of MBeanOperationInfo in javax.management.modelmbean 变量和类型 类 描述 class
ModelMBeanOperationInfo
ModelMBeanOperationInfo对象描述了ModelMBean的管理操作。Methods in javax.management.modelmbean that return MBeanOperationInfo 变量和类型 方法 描述 MBeanOperationInfo[]
ModelMBeanInfo. getOperations()
返回MBean的操作列表。 -
Uses of MBeanOperationInfo in javax.management.openmbean
Subclasses of MBeanOperationInfo in javax.management.openmbean 变量和类型 类 描述 class
OpenMBeanOperationInfoSupport
描述Open MBean的操作。Methods in javax.management.openmbean that return MBeanOperationInfo 变量和类型 方法 描述 MBeanOperationInfo[]
OpenMBeanInfo. getOperations()
返回一个OpenMBeanOperationInfo
实例的数组,描述此OpenMBeanInfo
实例描述的open MBean中的每个操作。
-