Example usage for javax.management NotificationBroadcasterSupport subclass-usage

List of usage examples for javax.management NotificationBroadcasterSupport subclass-usage

Introduction

In this page you can find the example usage for javax.management NotificationBroadcasterSupport subclass-usage.

Usage

From source file org.opencastproject.serviceregistry.impl.jmx.HostsStatistics.java

public class HostsStatistics extends NotificationBroadcasterSupport implements HostsStatisticsMXBean {

    private static final Logger logger = LoggerFactory.getLogger(HostsStatistics.class);

    private static final int ONLINE = 0;
    private static final int MAINTENANCE = 1;

From source file com.cisco.oss.foundation.monitoring.ServerInfo.java

/**
 * This class has agent related information.It implements the NotificationSender &
 * MonitoringAgentMXBean.
 *
 * @author manojc
 */

From source file org.opencastproject.serviceregistry.impl.jmx.ServicesStatistics.java

public class ServicesStatistics extends NotificationBroadcasterSupport implements ServicesStatisticsMXBean {

    private static final Logger logger = LoggerFactory.getLogger(ServicesStatistics.class);

    private static final String DELIMITER = ";";

From source file com.example.Hello.java

public class Hello extends NotificationBroadcasterSupport implements HelloMBean {

    public void sayHello() {
        System.out.println("hello, world");
    }

From source file com.heliosapm.jmx.cache.CacheStatistics.java

/**
 * <p>Title: CacheStatistics</p>
 * <p>Description: JMX enables cache statistics for guava caches</p> 
 * <p>Company: Helios Development Group LLC</p>
 * @author Whitehead (nwhitehead AT heliosdev DOT org)
 * <p><code>com.heliosapm.jmx.cache.CacheStatistics</code></p>

From source file org.apache.streams.monitoring.tasks.BroadcastMonitorThread.java

/**
 * This thread runs inside of a Streams runtime and periodically persists information
 * from relevant JMX beans
 */
public class BroadcastMonitorThread extends NotificationBroadcasterSupport implements Runnable {
    private static final Logger LOGGER = org.slf4j.LoggerFactory.getLogger(BroadcastMonitorThread.class);

From source file org.sakaiproject.search.mbeans.SearchServiceManagement.java

/**
 * @author ieb
 */
public class SearchServiceManagement extends NotificationBroadcasterSupport
        implements SearchServiceManagementMBean {

From source file org.helios.jzab.agent.net.active.ActiveClient.java

/**
 * <p>Title: ActiveClient</p>
 * <p>Description: Client to implement a zabbix Active Agent.</p> 
 * <p>Company: Helios Development Group LLC</p>
 * @author Whitehead (nwhitehead AT heliosdev DOT org)
 * <p><code>org.helios.jzab.agent.net.ActiveClient</code></p>

From source file org.helios.netty.jmx.MetricCollector.java

/**
 * <p>Title: MetricCollector</p>
 * <p>Description: Background task processor that periodically collects metrics and sends them to all active channels as a JSON object</p> 
 * <p>Company: Helios Development Group LLC</p>
 * @author Whitehead (nwhitehead AT heliosdev DOT org)
 * <p><code>org.helios.netty.jmx.MetricCollector</code></p>

From source file com.heliosapm.script.AbstractDeployedScript.java

/**
 * <p>Title: AbstractDeployedScript</p>
 * <p>Description: Base class for implementing {@link DeployedScript} extensions</p> 
 * <p>Company: Helios Development Group LLC</p>
 * @author Whitehead (nwhitehead AT heliosdev DOT org)
 * <p><code>com.heliosapm.script.AbstractDeployedScript</code></p>