Class MethodNameBasedMBeanInfoAssembler

    • Method Detail

      • setManagedMethods

        public void setManagedMethods​(String... methodNames)
        Set the array of method names to use for creating the management info. These method names will be used for a bean if no entry corresponding to that bean is found in the methodMappings property.
        Parameters:
        methodNames - an array of method names indicating the methods to use
        See Also:
        setMethodMappings(java.util.Properties)
      • setMethodMappings

        public void setMethodMappings​(Properties mappings)
        Set the mappings of bean keys to a comma-separated list of method names. The property key should match the bean key and the property value should match the list of method names. When searching for method names for a bean, Spring will check these mappings first.
        Parameters:
        mappings - the mappins of bean keys to method names