Uses of Interface
javax.management.openmbean.OpenMBeanAttributeInfo
Packages that use OpenMBeanAttributeInfo
-
Uses of OpenMBeanAttributeInfo in javax.management.openmbean
Classes in javax.management.openmbean that implement OpenMBeanAttributeInfoConstructors in javax.management.openmbean with parameters of type OpenMBeanAttributeInfoModifierConstructor描述OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications) Constructs anOpenMBeanInfoSupportinstance, which describes a class of open MBeans with the specifiedclassName,description,openAttributes,openConstructors,openOperationsandnotifications.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.