Example usage for javax.management DynamicMBean interface-usage

List of usage examples for javax.management DynamicMBean interface-usage

Introduction

In this page you can find the example usage for javax.management DynamicMBean interface-usage.

Usage

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 org.parallelj.launching.transport.jmx.DynamicLegacyProgram.java

/**
 * Dynamic MBean to register a Program as a MBean
 * 
 */
public class DynamicLegacyProgram implements DynamicMBean {
    /**

From source file org.eclipse.gyrex.monitoring.internal.mbeans.MetricSetMBean.java

/**
 * {@link MetricSetJmxMBean} implementation.
 */
public class MetricSetMBean implements DynamicMBean {

    private static final String RESET_STATS = "resetStats";

From source file com.flexive.ejb.mbeans.FxCache.java

/**
 * FxCache MBean
 * TODO: implement missing skeletons ...
 *
 * @author Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at)
 */

From source file org.archive.crawler.settings.ComplexType.java

/** Superclass of all configurable modules.
 *
 * This class is in many ways the heart of the settings framework. All modules
 * that should be configurable extends this class or one of its subclasses.
 *
 * All subclasses of this class will automatically conform to the

From source file com.cyberway.issue.crawler.settings.ComplexType.java

/** Superclass of all configurable modules.
 *
 * This class is in many ways the heart of the settings framework. All modules
 * that should be configurable extends this class or one of its subclasses.
 *
 * All subclasses of this class will automatically conform to the

From source file org.apache.tomcat.util.mx.DynamicMBeanProxy.java

/**
 * DynamicMBean implementation using introspection to manage any
 * component that follows the bean/ant/Interceptor/Valve/Jk2 patterns.
 *
 * The class will wrap any component conforming to those patterns.
 *

From source file org.archive.crawler.admin.CrawlJob.java

/**
 * A CrawlJob encapsulates a 'crawl order' with any and all information and
 * methods needed by a CrawlJobHandler to accept and execute them.
 *
 * <p>A given crawl job may also be a 'profile' for a crawl. In that case it
 * should not be executed as a crawl but can be edited and used as a template

From source file com.cyberway.issue.crawler.admin.CrawlJob.java

/**
 * A CrawlJob encapsulates a 'crawl order' with any and all information and
 * methods needed by a CrawlJobHandler to accept and execute them.
 *
 * <p>A given crawl job may also be a 'profile' for a crawl. In that case it
 * should not be executed as a crawl but can be edited and used as a template