Uses of Interface
javax.management.Descriptor
Packages that use Descriptor
包
描述
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the open data types and Open MBean descriptor classes.
-
Uses of Descriptor in javax.management
Classes in javax.management that implement DescriptorMethods in javax.management that return Descriptor修饰符和类方法描述ImmutableDescriptor.clone()Returns a descriptor which is equal to this descriptor.DescriptorRead.getDescriptor()Returns a copy of Descriptor.MBeanFeatureInfo.getDescriptor()Returns the descriptor for the feature.MBeanInfo.getDescriptor()Get the descriptor of this MBeanInfo.Methods in javax.management with parameters of type Descriptor修饰符和类方法描述voidDescriptorAccess.setDescriptor(Descriptor inDescriptor) Sets Descriptor (full replace).static ImmutableDescriptorImmutableDescriptor.union(Descriptor... descriptors) Return anImmutableDescriptorwhose contents are the union of the given descriptors.Constructors in javax.management with parameters of type DescriptorModifierConstructor描述MBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor) Constructs anMBeanAttributeInfoobject.MBeanConstructorInfo(String name, String description, MBeanParameterInfo[] signature, Descriptor descriptor) Constructs anMBeanConstructorInfoobject.MBeanFeatureInfo(String name, String description, Descriptor descriptor) Constructs anMBeanFeatureInfoobject.MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor) Constructs anMBeanInfo.MBeanNotificationInfo(String[] notifTypes, String name, String description, Descriptor descriptor) Constructs anMBeanNotificationInfoobject.MBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor) Constructs anMBeanOperationInfoobject.MBeanParameterInfo(String name, String type, String description, Descriptor descriptor) Constructs anMBeanParameterInfoobject. -
Uses of Descriptor in javax.management.modelmbean
Classes in javax.management.modelmbean that implement Descriptor修饰符和类Class描述classThis class represents the metadata set for a ModelMBean element.Methods in javax.management.modelmbean that return Descriptor修饰符和类方法描述ModelMBeanAttributeInfo.getDescriptor()Gets a copy of the associated Descriptor for the ModelMBeanAttributeInfo.ModelMBeanConstructorInfo.getDescriptor()Returns a copy of the associated Descriptor.ModelMBeanInfo.getDescriptor(String inDescriptorName, String inDescriptorType) Returns a Descriptor requested by name and descriptorType.ModelMBeanInfoSupport.getDescriptor()ModelMBeanInfoSupport.getDescriptor(String inDescriptorName) Returns a Descriptor requested by name.ModelMBeanInfoSupport.getDescriptor(String inDescriptorName, String inDescriptorType) ModelMBeanNotificationInfo.getDescriptor()Returns a copy of the associated Descriptor for the ModelMBeanNotificationInfo.ModelMBeanOperationInfo.getDescriptor()Returns a copy of the associated Descriptor of the ModelMBeanOperationInfo.ModelMBeanInfo.getDescriptors(String inDescriptorType) Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo of type inDescriptorType.ModelMBeanInfoSupport.getDescriptors(String inDescriptorType) ModelMBeanInfo.getMBeanDescriptor()Returns the ModelMBean's descriptor which contains MBean wide policies.ModelMBeanInfoSupport.getMBeanDescriptor()Methods in javax.management.modelmbean with parameters of type Descriptor修饰符和类方法描述voidModelMBeanAttributeInfo.setDescriptor(Descriptor inDescriptor) Sets associated Descriptor (full replace) for the ModelMBeanAttributeDescriptor.voidModelMBeanConstructorInfo.setDescriptor(Descriptor inDescriptor) Sets associated Descriptor (full replace) of ModelMBeanConstructorInfo.voidModelMBeanInfo.setDescriptor(Descriptor inDescriptor, String inDescriptorType) Sets descriptors in the info array of type inDescriptorType for the ModelMBean.voidModelMBeanInfoSupport.setDescriptor(Descriptor inDescriptor, String inDescriptorType) voidModelMBeanNotificationInfo.setDescriptor(Descriptor inDescriptor) Sets associated Descriptor (full replace) for the ModelMBeanNotificationInfo If the new Descriptor is null, then the associated Descriptor reverts to a default descriptor.voidModelMBeanOperationInfo.setDescriptor(Descriptor inDescriptor) Sets associated Descriptor (full replace) for the ModelMBeanOperationInfo If the new Descriptor is null, then the associated Descriptor reverts to a default descriptor.voidModelMBeanInfo.setDescriptors(Descriptor[] inDescriptors) Adds or replaces descriptors in the ModelMBeanInfo.voidModelMBeanInfoSupport.setDescriptors(Descriptor[] inDescriptors) voidModelMBeanInfo.setMBeanDescriptor(Descriptor inDescriptor) Sets the ModelMBean's descriptor.voidModelMBeanInfoSupport.setMBeanDescriptor(Descriptor inMBeanDescriptor) Constructors in javax.management.modelmbean with parameters of type DescriptorModifierConstructor描述ModelMBeanAttributeInfo(String name, String description, Method getter, Method setter, Descriptor descriptor) Constructs a ModelMBeanAttributeInfo object.ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor) Constructs a ModelMBeanAttributeInfo object.ModelMBeanConstructorInfo(String description, Constructor<?> constructorMethod, Descriptor descriptor) Constructs a ModelMBeanConstructorInfo object.ModelMBeanConstructorInfo(String name, String description, MBeanParameterInfo[] signature, Descriptor descriptor) Constructs a ModelMBeanConstructorInfo object.ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor) Creates a ModelMBeanInfoSupport with the provided information and the descriptor given in parameter.ModelMBeanNotificationInfo(String[] notifTypes, String name, String description, Descriptor descriptor) Constructs a ModelMBeanNotificationInfo object.ModelMBeanOperationInfo(String description, Method operationMethod, Descriptor descriptor) Constructs a ModelMBeanOperationInfo object.ModelMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor) Constructs a ModelMBeanOperationInfo object. -
Uses of Descriptor in javax.management.openmbean
Constructors in javax.management.openmbean with parameters of type DescriptorModifierConstructor描述OpenMBeanAttributeInfoSupport(String name, String description, OpenType<?> openType, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor) Constructs anOpenMBeanAttributeInfoSupportinstance, which describes the attribute of an open MBean with the specifiedname,openType,description, read/write access properties, andDescriptor.OpenMBeanConstructorInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, Descriptor descriptor) Constructs anOpenMBeanConstructorInfoSupportinstance, which describes the constructor of a class of open MBeans with the specifiedname,description,signature, anddescriptor.OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor) Constructs anOpenMBeanInfoSupportinstance, which describes a class of open MBeans with the specifiedclassName,description,openAttributes,openConstructors,openOperations,notifications, anddescriptor.OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType<?> returnOpenType, int impact, Descriptor descriptor) Constructs anOpenMBeanOperationInfoSupportinstance, which describes the operation of a class of open MBeans, with the specifiedname,description,signature,returnOpenType,impact, anddescriptor.OpenMBeanParameterInfoSupport(String name, String description, OpenType<?> openType, Descriptor descriptor) Constructs anOpenMBeanParameterInfoSupportinstance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specifiedname,openType,description, anddescriptor.