Searched defs:openOperations (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/jdk/src/share/classes/javax/management/openmbean/ |
| H A D | OpenMBeanInfoSupport.java | 71 * openConstructors} , {@code openOperations} and {@code 75 * {@code openOperations} and {@code notifications} 98 * @param openOperations The list of exposed operations of the 107 * openConstructors} or {@code openOperations} is not an array of 116 OpenMBeanOperationInfo[] openOperations, 119 openAttributes, openConstructors, openOperations, notifications, 127 * openConstructors} , {@code openOperations}, {@code 131 * openOperations} and {@code notifications} array parameters are 154 * @param openOperations The list of exposed operations of the 166 * openConstructors} or {@code openOperations} i 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 27 milliseconds