Lines Matching refs:param
144 * @param implementation The implementation of this MBean.
147 * @param mbeanInterface The Management Interface exported by this
152 * @param nullImplementationAllowed <code>true</code> if a null
191 * @param implementation The implementation of this MBean.
192 * @param mbeanInterface The Management Interface exported by this
197 * @param <T> Allows the compiler to check
223 * @param mbeanInterface The Management Interface exported by this
244 * @param implementation The implementation of this MBean.
245 * @param mbeanInterface The Management Interface exported by this
250 * @param isMXBean If true, the {@code mbeanInterface} parameter
252 * @param <T> Allows the compiler to check
287 * @param mbeanInterface The Management Interface exported by this
289 * @param isMXBean If true, the {@code mbeanInterface} parameter
309 * @param implementation The new implementation of this Standard MBean
486 * @param info The default MBeanInfo derived by reflection.
502 * @param info The default MBeanInfo derived by reflection.
525 * @param info The default MBeanFeatureInfo derived by reflection.
542 * @param info The default MBeanAttributeInfo derived by reflection.
559 * @param info The default MBeanConstructorInfo derived by reflection.
573 * {@link MBeanParameterInfo#getDescription() param.getDescription()}.
575 * @param ctor The default MBeanConstructorInfo derived by reflection.
576 * @param param The default MBeanParameterInfo derived by reflection.
577 * @param sequence The sequence number of the parameter considered
583 MBeanParameterInfo param,
585 if (param == null) return null;
586 return param.getDescription();
596 * {@link MBeanParameterInfo#getName() param.getName()}.
598 * @param ctor The default MBeanConstructorInfo derived by reflection.
599 * @param param The default MBeanParameterInfo derived by reflection.
600 * @param sequence The sequence number of the parameter considered
606 MBeanParameterInfo param,
608 if (param == null) return null;
609 return param.getName();
621 * @param info The default MBeanOperationInfo derived by reflection.
636 * @param info The default MBeanOperationInfo derived by reflection.
651 * {@link MBeanParameterInfo#getName() param.getName()}.
653 * @param op The default MBeanOperationInfo derived by reflection.
654 * @param param The default MBeanParameterInfo derived by reflection.
655 * @param sequence The sequence number of the parameter considered
661 MBeanParameterInfo param,
663 if (param == null) return null;
664 return param.getName();
674 * {@link MBeanParameterInfo#getDescription() param.getDescription()}.
676 * @param op The default MBeanOperationInfo derived by reflection.
677 * @param param The default MBeanParameterInfo derived by reflection.
678 * @param sequence The sequence number of the parameter considered
684 MBeanParameterInfo param,
686 if (param == null) return null;
687 return param.getDescription();
705 * @param ctors The default MBeanConstructorInfo[] derived by reflection.
706 * @param impl The wrapped implementation. If <code>null</code> is
725 * @param info The default MBeanInfo derived by reflection.
749 * @param info The default MBeanInfo derived by reflection.
810 * @param info the new <code>MBeanInfo</code> to cache. Any
1047 * @param server The MBean server in which the MBean will be registered.
1049 * @param name The object name of the MBean. This name is null if
1092 * @param registrationDone Indicates whether or not the MBean has