equal
deleted
inserted
replaced
290 } |
290 } |
291 |
291 |
292 Descriptor descriptor = |
292 Descriptor descriptor = |
293 typeDescriptor(returnType, originalReturnType); |
293 typeDescriptor(returnType, originalReturnType); |
294 descriptor = ImmutableDescriptor.union(descriptor, |
294 descriptor = ImmutableDescriptor.union(descriptor, |
295 Introspector.descriptorForElement(method)); |
295 Introspector.descriptorForElement(method, false)); |
296 final MBeanOperationInfo oi; |
296 final MBeanOperationInfo oi; |
297 if (openReturnType && openParameterTypes) { |
297 if (openReturnType && openParameterTypes) { |
298 /* If the return value and all the parameters can be faithfully |
298 /* If the return value and all the parameters can be faithfully |
299 * represented as OpenType then we return an OpenMBeanOperationInfo. |
299 * represented as OpenType then we return an OpenMBeanOperationInfo. |
300 * If any of them is a primitive type, we can't. Compatibility |
300 * If any of them is a primitive type, we can't. Compatibility |