Uses of Interface
javax.management.Descriptor
-
Packages that use Descriptor 软件包 描述 javax.management 提供Java管理扩展的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.openmbean 提供打开的数据类型和Open MBean描述符类。 -
-
Uses of Descriptor in javax.management
Classes in javax.management that implement Descriptor Modifier and Type Class 描述 classImmutableDescriptor一个不可变的描述符。Methods in javax.management that return Descriptor Modifier and Type 方法 描述 DescriptorImmutableDescriptor. clone()返回一个等于该描述符的描述符。DescriptorDescriptorRead. getDescriptor()返回描述符的副本。DescriptorMBeanFeatureInfo. getDescriptor()返回该特征的描述符。DescriptorMBeanInfo. getDescriptor()获取此MBeanInfo的描述符。Methods in javax.management with parameters of type Descriptor Modifier and Type 方法 描述 voidDescriptorAccess. setDescriptor(Descriptor inDescriptor)设置描述符(全替换)。static ImmutableDescriptorImmutableDescriptor. union(Descriptor... descriptors)返回一个ImmutableDescriptor其内容是给定描述符的并集。Constructors in javax.management with parameters of type Descriptor Constructor 描述 MBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor)构造一个MBeanAttributeInfo对象。MBeanConstructorInfo(String name, String description, MBeanParameterInfo[] signature, Descriptor descriptor)构造一个MBeanConstructorInfo对象。MBeanFeatureInfo(String name, String description, Descriptor descriptor)构造一个MBeanFeatureInfo对象。MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor)构造一个MBeanInfo。MBeanNotificationInfo(String[] notifTypes, String name, String description, Descriptor descriptor)构造一个MBeanNotificationInfo对象。MBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor)构造一个MBeanOperationInfo对象。MBeanParameterInfo(String name, String type, String description, Descriptor descriptor)构造一个MBeanParameterInfo对象。 -
Uses of Descriptor in javax.management.modelmbean
Classes in javax.management.modelmbean that implement Descriptor Modifier and Type Class 描述 classDescriptorSupport此类表示一个ModelMBean元素的元数据集。Methods in javax.management.modelmbean that return Descriptor Modifier and Type 方法 描述 DescriptorModelMBeanAttributeInfo. getDescriptor()获取ModelMBeanAttributeInfo的关联描述符的副本。DescriptorModelMBeanConstructorInfo. getDescriptor()返回相关描述符的副本。DescriptorModelMBeanInfo. getDescriptor(String inDescriptorName, String inDescriptorType)返回由name和descriptorType请求的描述符。DescriptorModelMBeanInfoSupport. getDescriptor()DescriptorModelMBeanInfoSupport. getDescriptor(String inDescriptorName)返回名称请求的描述符。DescriptorModelMBeanInfoSupport. getDescriptor(String inDescriptorName, String inDescriptorType)DescriptorModelMBeanNotificationInfo. getDescriptor()返回ModelMBeanNotificationInfo的关联描述符的副本。DescriptorModelMBeanOperationInfo. getDescriptor()返回ModelMBeanOperationInfo的关联描述符的副本。Descriptor[]ModelMBeanInfo. getDescriptors(String inDescriptorType)返回一个Descriptor数组,它由TypeDelegorType类型的ModelMBeanInfo的所有描述符组成。Descriptor[]ModelMBeanInfoSupport. getDescriptors(String inDescriptorType)DescriptorModelMBeanInfo. getMBeanDescriptor()返回包含MBean宽策略的ModelMBean描述符。DescriptorModelMBeanInfoSupport. getMBeanDescriptor()Methods in javax.management.modelmbean with parameters of type Descriptor Modifier and Type 方法 描述 voidModelMBeanAttributeInfo. setDescriptor(Descriptor inDescriptor)为ModelMBeanAttributeDescriptor设置关联的描述符(完全替换)。voidModelMBeanConstructorInfo. setDescriptor(Descriptor inDescriptor)设置ModelMBeanConstructorInfo的关联描述符(完全替换)。voidModelMBeanInfo. setDescriptor(Descriptor inDescriptor, String inDescriptorType)在ModelMBean的类型为inDescriptorType的info数组中设置描述符。voidModelMBeanInfoSupport. setDescriptor(Descriptor inDescriptor, String inDescriptorType)voidModelMBeanNotificationInfo. setDescriptor(Descriptor inDescriptor)为ModelMBeanNotificationInfo设置相关的描述符(完全替换)如果新的描述符为空,则相关的描述符将恢复为默认描述符。voidModelMBeanOperationInfo. setDescriptor(Descriptor inDescriptor)为ModelMBeanOperationInfo设置关联的描述符(完全替换)如果新的描述符为空,则相关的描述符将恢复为默认描述符。voidModelMBeanInfo. setDescriptors(Descriptor[] inDescriptors)在ModelMBeanInfo中添加或替换描述符。voidModelMBeanInfoSupport. setDescriptors(Descriptor[] inDescriptors)voidModelMBeanInfo. setMBeanDescriptor(Descriptor inDescriptor)设置ModelMBean的描述符。voidModelMBeanInfoSupport. setMBeanDescriptor(Descriptor inMBeanDescriptor)Constructors in javax.management.modelmbean with parameters of type Descriptor Constructor 描述 ModelMBeanAttributeInfo(String name, String description, 方法 getter, 方法 setter, Descriptor descriptor)构造一个ModelMBeanAttributeInfo对象。ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor)构造一个ModelMBeanAttributeInfo对象。ModelMBeanConstructorInfo(String description, Constructor<?> constructorMethod, Descriptor descriptor)构造一个ModelMBeanConstructorInfo对象。ModelMBeanConstructorInfo(String name, String description, MBeanParameterInfo[] signature, Descriptor descriptor)构造一个ModelMBeanConstructorInfo对象。ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor)使用参数中提供的信息和描述符创建一个ModelMBeanInfoSupport。ModelMBeanNotificationInfo(String[] notifTypes, String name, String description, Descriptor descriptor)构造一个ModelMBeanNotificationInfo对象。ModelMBeanOperationInfo(String description, 方法 operationMethod, Descriptor descriptor)构造一个ModelMBeanOperationInfo对象。ModelMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor)构造一个ModelMBeanOperationInfo对象。 -
Uses of Descriptor in javax.management.openmbean
Constructors in javax.management.openmbean with parameters of type Descriptor Constructor 描述 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<?> openType, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor)构造一个OpenMBeanAttributeInfoSupport实例,该实例描述了一种开放的MBean具有指定的属性name,openType,description,读/写访问属性,和Descriptor。OpenMBeanConstructorInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, Descriptor descriptor)构造一个OpenMBeanConstructorInfoSupport实例,该实例描述open MBean类与指定的构造name,description,signature,并descriptor。OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor)构造一个OpenMBeanInfoSupport实例,其描述了open MBean类具有指定的className,description,openAttributes,openConstructors,openOperations,notifications,和descriptor。OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType<?> returnOpenType, int impact, Descriptor descriptor)构造一个OpenMBeanOperationInfoSupport实例,该实例描述了一类open MBeans的的操作中,与指定的name,description,signature,returnOpenType,impact,和descriptor。OpenMBeanParameterInfoSupport(String name, String description, OpenType<?> openType, Descriptor descriptor)构造一个OpenMBeanParameterInfoSupport实例,该实例描述了在一个或多个操作或open MBean类的构造函数中使用的参数,具有指定name,openType,description,和descriptor。
-