Example usage for org.springframework.jmx.export.naming ObjectNamingStrategy interface-usage

List of usage examples for org.springframework.jmx.export.naming ObjectNamingStrategy interface-usage

Introduction

In this page you can find the example usage for org.springframework.jmx.export.naming ObjectNamingStrategy interface-usage.

Usage

From source file fr.xebia.springframework.jmx.ServletContextAwareObjectNamingStrategy.java

/**
 * {@link ObjectNamingStrategy} wrapper to append "<code>application=${servletcontextName},bean=${beanKey}</code>"
 * to the canonical name generated by the underlying <code>objectNamingStrategy</code>.
 * 
 * @see ServletContext#getServletContextName()
 * @author <a href="mailto:cyrille.leclerc@pobox.com">Cyrille Le Clerc</a>

From source file co.paralleluniverse.common.spring.MBeanNamingStrategy.java

/**
 *
 * @author pron
 */
class MBeanNamingStrategy implements ObjectNamingStrategy, InitializingBean {
    /**

From source file com.mtgi.jmx.export.naming.AppendNamingStrategy.java

/**
 * <p>A delegating naming strategy, which can be used to change the domain name
 * and/or append an additional property to the name generated by the delegate.  
 * The original domain name is converted into the 'package' property, which is set at
 * the beginning of the property list.</p>
 * 

From source file org.springframework.jmx.export.naming.KeyNamingStrategy.java

/**
 * {@code ObjectNamingStrategy} implementation that builds
 * {@code ObjectName} instances from the key used in the
 * "beans" map passed to {@code MBeanExporter}.
 *
 * <p>Can also check object name mappings, given as {@code Properties}