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

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

Introduction

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

Usage

From source file fr.xebia.monitoring.demo.payment.CreditCardServiceMonitoringImpl.java

@ManagedResource
public class CreditCardServiceMonitoringImpl implements CreditCardService, SelfNaming, BeanNameAware {

    private final AtomicInteger activeInvocationCounter = new AtomicInteger();

    private String beanName;

From source file com.wakacommerce.common.cache.StatisticsServiceImpl.java

/**
 * 
 */
@Service("blStatisticsService")
public class StatisticsServiceImpl implements DynamicMBean, StatisticsService, SelfNaming {

From source file org.broadleafcommerce.common.cache.StatisticsServiceImpl.java

/**
 * @author Jeff Fischer
 */
@Service("blStatisticsService")
public class StatisticsServiceImpl implements DynamicMBean, StatisticsService, SelfNaming {

From source file fr.xebia.management.statistics.ServiceStatistics.java

@ManagedResource
public class ServiceStatistics implements SelfNaming {

    /**
     * Returns <code>true</code> if the given <code>throwable</code> or one of
     * its cause is an instance of one of the given <code>throwableTypes</code>.

From source file fr.xebia.management.statistics.ProfileAspect.java

/**
 * <p>
 * Aspect to handle the methods annotated with the {@link Profiled} annotation.
 * </p>
 * 
 * @author <a href="mailto:cyrille@cyrilleleclerc.com">Cyrille Le Clerc</a>