Searched defs:openAttributes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanInfoSupport.java70 * className}, {@code description}, {@code openAttributes}, {@code
74 * <p>The {@code openAttributes}, {@code openConstructors},
88 * @param openAttributes The list of exposed attributes of the
106 * @throws ArrayStoreException If {@code openAttributes}, {@code
114 OpenMBeanAttributeInfo[] openAttributes,
119 openAttributes, openConstructors, openOperations, notifications,
126 * className}, {@code description}, {@code openAttributes}, {@code
130 * <p>The {@code openAttributes}, {@code openConstructors}, {@code
144 * @param openAttributes The list of exposed attributes of the
165 * @throws ArrayStoreException If {@code openAttributes}, {
112 OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications) argument
173 OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor) argument
[all...]

Completed in 33 milliseconds