Class ParentAwareNamingStrategy

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.jmx.export.naming.ObjectNamingStrategy

    public class ParentAwareNamingStrategy
    extends org.springframework.jmx.export.naming.MetadataNamingStrategy
    implements org.springframework.context.ApplicationContextAware
    Extension of MetadataNamingStrategy that supports a parent ApplicationContext.
    Since:
    1.1.1
    • Constructor Detail

      • ParentAwareNamingStrategy

        public ParentAwareNamingStrategy​(org.springframework.jmx.export.metadata.JmxAttributeSource attributeSource)
    • Method Detail

      • setEnsureUniqueRuntimeObjectNames

        public void setEnsureUniqueRuntimeObjectNames​(boolean ensureUniqueRuntimeObjectNames)
        Set if unique runtime object names should be ensured.
        Parameters:
        ensureUniqueRuntimeObjectNames - true if unique names should ensured.
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException