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.joyent.manta.http.PoolStatsMBean.java

/**
 * Class providing real-time information on the connection pool statistics
 * via JMX.
 *
 * @author <a href="https://github.com/dekobon">Elijah Zupancic</a>
 * @since 3.0.0

From source file com.betfair.cougar.core.impl.jmx.HtmlAdaptorParser.java

public class HtmlAdaptorParser implements HtmlParser, DynamicMBean {
    private static final Logger LOGGER = LoggerFactory.getLogger(HtmlAdaptorParser.class);
    private static final String ADMIN_QUERY = "/administration/";

    private List<JMXHttpParser> parsers = new ArrayList<JMXHttpParser>();
    private MBeanServer mbs;

From source file org.echocat.jemoni.jmx.support.CacheDynamicMBean.java

public class CacheDynamicMBean implements DynamicMBean {

    private final Cache<?, ?> _cache;

    public CacheDynamicMBean(@Nonnull Cache<?, ?> cache) {
        _cache = cache;

From source file org.cleverbus.core.alerts.AlertsJmxConfiguration.java

/**
 * Alerts configuration via JMX.
 *
 * @author <a href="mailto:petr.juza@cleverlance.com">Petr Juza</a>
 * @since 0.4
 */

From source file org.cleverbus.core.throttling.JmxThrottlingConfiguration.java

/**
 * Throttling configuration via JMX.
 *
 * @author <a href="mailto:petr.juza@cleverlance.com">Petr Juza</a>
 */
public class JmxThrottlingConfiguration implements DynamicMBean {

From source file org.apache.wiki.management.SimpleMBean.java

/**
 *  A simple MBean which does not require an interface class unlike
 *  the StandardMBean class.  The methods are exposed through a method
 *  call, which in turn then calls the methods using the Reflection API.
 *  <p>
 *  This class is similar to the javax.management.StandardMBean, but it does

From source file com.ecyrd.management.SimpleMBean.java

/**
 *  A simple MBean which does not require an interface class unlike
 *  the StandardMBean class.  The methods are exposed through a method
 *  call, which in turn then calls the methods using the Reflection API.
 *  <p>
 *  This class is similar to the javax.management.StandardMBean, but it does

From source file com.zavakid.mushroom.impl.MetricsSourceAdapter.java

/**
 * An adapter class for metrics source and associated filter and jmx impl
 * 
 * @author Hadoop metric2 package's authors
 * @since 0.1
 */

From source file org.eclipse.smila.management.jmx.AgentMBean.java

/**
 * The Class LocalMBean.
 */
public class AgentMBean implements DynamicMBean {

    /**

From source file org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.java

/**
 * An adapter class for metrics source and associated filter and jmx impl
 */
class MetricsSourceAdapter implements DynamicMBean {

    private static final Log LOG = LogFactory.getLog(MetricsSourceAdapter.class);