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

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMXBeanMapping.java119 private final OpenType<?> openType; field in class:MXBeanMapping
127 * @param openType the Open Type (for example, {@code
132 protected MXBeanMapping(Type javaType, OpenType<?> openType) { argument
133 if (javaType == null || openType == null)
136 this.openType = openType;
137 this.openClass = makeOpenClass(javaType, openType);
153 return openType;
167 private static Class<?> makeOpenClass(Type javaType, OpenType<?> openType) { argument
171 String className = openType
[all...]
H A DMXBeanIntrospector.java153 final OpenType<?> openType;
156 openType = getter.getOpenReturnType();
159 openType = setter.getOpenParameterTypes()[0];
162 Descriptor descriptor = typeDescriptor(openType, originalType);
176 openType,
220 final OpenType<?> openType = paramTypes[i];
223 typeDescriptor(openType, originalType);
230 openType,
297 private static Descriptor typeDescriptor(OpenType<?> openType, argument
300 new String[] {"openType",
[all...]
H A DDefaultMXBeanMappingFactory.java122 NonNullMXBeanMapping(Type javaType, OpenType<?> openType) { argument
123 super(javaType, openType);
319 final ArrayType<?> openType = ArrayType.getArrayType(elementOpenType);
336 openType, openArrayClass,
341 openType);
344 openType,
496 IdentityMapping(Type targetType, OpenType<?> openType) { argument
497 super(targetType, openType);
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanParameterInfoSupport.java61 private OpenType<?> openType; field in class:OpenMBeanParameterInfoSupport
95 * {@code name}, {@code openType} and {@code description}.
101 * @param openType cannot be null.
104 * description} are null or empty string, or {@code openType} is
109 OpenType<?> openType) {
110 this(name, description, openType, (Descriptor) null);
117 * {@code name}, {@code openType}, {@code description},
129 * @param openType cannot be null.
135 * description} are null or empty string, or {@code openType} is
144 OpenType<?> openType,
107 OpenMBeanParameterInfoSupport(String name, String description, OpenType<?> openType) argument
142 OpenMBeanParameterInfoSupport(String name, String description, OpenType<?> openType, Descriptor descriptor) argument
204 OpenMBeanParameterInfoSupport(String name, String description, OpenType<T> openType, T defaultValue) argument
258 OpenMBeanParameterInfoSupport(String name, String description, OpenType<T> openType, T defaultValue, T[] legalValues) argument
319 OpenMBeanParameterInfoSupport(String name, String description, OpenType<T> openType, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue) argument
330 OpenMBeanParameterInfoSupport(String name, String description, OpenType<T> openType, T defaultValue, T[] legalValues, Comparable<T> minValue, Comparable<T> maxValue) argument
[all...]
H A DOpenMBeanAttributeInfoSupport.java68 private OpenType<?> openType; field in class:OpenMBeanAttributeInfoSupport
101 * specified {@code name}, {@code openType} and {@code
108 * @param openType cannot be null.
120 * description} are null or empty string, or {@code openType} is
125 OpenType<?> openType,
129 this(name, description, openType, isReadable, isWritable, isIs,
136 * specified {@code name}, {@code openType}, {@code
148 * @param openType cannot be null.
163 * description} are null or empty string, or {@code openType} is
172 OpenType<?> openType,
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
573 makeDescriptor(OpenType<T> openType, T defaultValue, T[] legalValues, Comparable<T> minValue, Comparable<T> maxValue) argument
600 makeDescriptor(OpenType<T> openType, T defaultValue, Set<T> legalValues, Comparable<T> minValue, Comparable<T> maxValue) argument
616 valueFrom(Descriptor d, String name, OpenType<T> openType) argument
630 valuesFrom(Descriptor d, String name, OpenType<T> openType) argument
663 comparableValueFrom(Descriptor d, String name, OpenType<T> openType) argument
674 convertFrom(Object x, OpenType<T> openType) argument
682 convertFromStrings(Object x, OpenType<T> openType) argument
693 convertFromString(String s, OpenType<T> openType) argument
754 convertFromStringArray(Object x, OpenType<T> openType) argument
[all...]
/openjdk7/jdk/test/javax/management/openmbean/
H A DBadConstraintTest.java61 OpenType<?> openType = (OpenType<?>) test[0];
67 System.out.println("test: openType=" + openType +
73 genericTest(openType, defaultValue, minValue, maxValue,
90 OpenType<?> openType = (OpenType<?>) test[0][0];
93 System.out.println("test: openType=" + openType +
96 descriptorTest(openType, d);
104 private static void genericTest(OpenType<?> openType, argument
127 ode(c1, "name", "descr", openType, tru
200 descriptorTest(OpenType<?> openType, Descriptor d) argument
[all...]
H A DConstraintTest.java66 OpenType<?> openType = (OpenType<?>) test[1][0];
74 test(openType, defaultValue, minValue, maxValue, legalValues,
84 private static <T> void test(OpenType<T> openType, Object defaultValue, argument
97 test1(openType, (T) defaultValue, (Comparable<T>) minValue,
101 private static <T> void test1(OpenType<T> openType, T defaultValue, argument
112 test(new OpenMBeanAttributeInfoSupport("name", "descr", openType,
115 test(new OpenMBeanAttributeInfoSupport("name", "descr", openType,
118 test(new OpenMBeanAttributeInfoSupport("name", "descr", openType,
121 test(new OpenMBeanParameterInfoSupport("name", "descr", openType),
123 test(new OpenMBeanParameterInfoSupport("name", "descr", openType,
[all...]
/openjdk7/jdk/src/share/classes/sun/management/
H A DMappedMXBeanType.java68 OpenType openType = inProgress; field in class:MappedMXBeanType
156 return openType;
196 BasicMXBeanType(Class c, OpenType openType) { argument
198 this.openType = openType;
233 this.openType = STRING;
302 openType = new ArrayType(dim, baseElementType.getOpenType());
398 openType = new ArrayType(dim, baseElementType.getOpenType());
448 openType = new ArrayType(1, paramType.getOpenType());
528 openType
[all...]

Completed in 46 milliseconds