Example usage for javax.management NotificationEmitter interface-usage

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

Introduction

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

Usage

From source file org.apache.ode.utils.jmx.SimpleMBean.java

/**
 * An extension of {@link StandardMBean} with common features such as registeration,
 * notification, sequence generation, etc. "built-in."
 */
public abstract class SimpleMBean extends StandardMBean implements MBeanRegistration, NotificationEmitter {
    private static final Log __log = LogFactory.getLog(SimpleMBean.class);

From source file co.paralleluniverse.common.monitoring.PeriodicMonitor.java

/**
 *
 * @author pron
 */
public abstract class PeriodicMonitor extends StandardEmitterMBean
        implements NotificationListener, NotificationEmitter, InitializingBean, DisposableBean {

From source file org.cipango.callflow.JmxMessageLog.java

public class JmxMessageLog extends AbstractMessageLog implements NotificationEmitter {
    private static final Logger LOG = Log.getLogger(JmxMessageLog.class);

    private static final int DEFAULT_MAX_MESSAGES = 100;

    private MessageInfo[] _messages;

From source file org.marketcetera.strategy.StrategyModule.java

/**
 * Strategy Agent implementation for the <code>Strategy</code> module.
 * <p>
 * Module Features
 * <table>
 * <tr><th>Capabilities</th><td>Data Emitter, Data Receiver, Data Flow Requester</td></tr>