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

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanAttributeInfo.java78 public boolean isIs() ; method in interface:OpenMBeanAttributeInfo
93 * <li>their access properties (isReadable, isWritable and isIs) are equal</li>
H A DOpenMBeanAttributeInfoSupport.java116 * @param isIs {@code true} if the attribute's getter is of the
128 boolean isIs) {
129 this(name, description, openType, isReadable, isWritable, isIs,
156 * @param isIs {@code true} if the attribute's getter is of the
175 boolean isIs,
184 isIs,
224 * @param isIs {@code true} if the attribute's getter is of the
249 boolean isIs,
252 this(name, description, openType, isReadable, isWritable, isIs,
281 * @param isIs {
123 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<?> openType, boolean isReadable, boolean isWritable, boolean isIs) argument
170 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<?> openType, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor) argument
244 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue) argument
313 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, T[] legalValues) argument
385 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue) argument
399 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, T[] legalValues, Comparable<T> minValue, Comparable<T> maxValue) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanAttributeInfo.java101 * @param isIs True if this attribute has an "is" getter, false otherwise.
103 * @throws IllegalArgumentException if {@code isIs} is true but
104 * {@code isReadable} is not, or if {@code isIs} is true and
114 boolean isIs) {
115 this(name, type, description, isReadable, isWritable, isIs,
127 * @param isIs True if this attribute has an "is" getter, false otherwise.
131 * @throws IllegalArgumentException if {@code isIs} is true but
132 * {@code isReadable} is not, or if {@code isIs} is true and
144 boolean isIs,
151 if (isIs
109 MBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs) argument
139 MBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor) argument
244 public boolean isIs() { method in class:MBeanAttributeInfo
307 private static boolean isIs(Method getter) { method in class:MBeanAttributeInfo
[all...]
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanAttributeInfo.java272 * @param isIs True if the attribute has an "is" getter, false otherwise.
280 boolean isIs)
283 super(name, type, description, isReadable, isWritable, isIs);
303 * @param isIs True if the attribute has an "is" getter, false otherwise.
320 boolean isIs,
323 super(name, type, description, isReadable, isWritable, isIs);
349 inInfo.isIs());
275 ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs) argument
315 ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor) argument

Completed in 2269 milliseconds