Example usage for javax.management NotificationListener interface-usage

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

Introduction

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

Usage

From source file de.iew.spring.integration.JmxTestServiceNotificationListener.java

/**
 * Implements a simple {@link NotificationListener} to test JMX notifications with JUnit.
 *
 * @author Manuel Schulze <manuel_schulze@i-entwicklung.de>
 * @since 16.03.13 - 10:32
 */

From source file org.josso.gateway.event.security.NotificationSSOEventListener.java

/**
 * This class wrapps a SSOEventListener and adapts JMX event notifications to SSOEvents.
 * The expected Notification type is SSOEventNotification
 *
 * @author <a href="mailto:sgonzalez@josso.org">Sebastian Gonzalez Oyuela</a>
 * @version $Id: NotificationSSOEventListener.java 603 2008-08-21 13:53:53Z sgonzalez $

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

/**
 * <p>Title: MetricProvider</p>
 * <p>Description: Interface to be implemented by MBeans providing metrics to be delivered to the client</p> 
 * <p>Company: Helios Development Group LLC</p>
 * @author Whitehead (nwhitehead AT heliosdev DOT org)
 * <p><code>org.helios.netty.jmx.MetricProvider</code></p>

From source file org.webcurator.core.harvester.agent.HarvesterListener.java

/**
 * The HarvesterListener is registered to listen to Heritrix events so that it can perform tasks on certain state changes.
 * 
 * @author nwaight
 */
public class HarvesterListener implements NotificationListener {

From source file org.wso2.es.integration.common.utils.subscription.JMXClient.java

public class JMXClient implements NotificationListener {

    private MBeanServerConnection mbsc = null;
    private static ObjectName nodeAgent;
    private boolean success = false;

From source file org.wso2.greg.integration.common.utils.subscription.JMXClient.java

public class JMXClient implements NotificationListener {

    private MBeanServerConnection mbsc = null;
    private static ObjectName nodeAgent;
    private boolean success = false;

From source file org.rhq.enterprise.gui.startup.ShutdownListener.java

/**
 * This listens for the RHQ server's shutdown notification and when it hears it, will start shutting down RHQ components
 * that need to clean up.
 *
 * @author John Mazzitelli
 * @author Jay Shaughnessy

From source file org.accada.epcis.repository.query.QuerySubscriptionScheduled.java

/**
 * Special case of Subscription (from subscribe() on query interface) where the
 * subscription is scheduled.
 * 
 * @author Alain Remund
 * @author Arthur van Dorp

From source file org.fosstrak.epcis.repository.query.QuerySubscriptionScheduled.java

/**
 * Special case of Subscription (from subscribe() on query interface) where the
 * subscription is scheduled.
 * 
 * @author Alain Remund
 * @author Arthur van Dorp

From source file org.logicblaze.lingo.jmx.remote.jms.ServerListenerInfo.java

/**
 * @version $Revision: 95 $
 */
class ServerListenerInfo implements NotificationListener, MessageListener {
    private static final Log log = LogFactory.getLog(ServerListenerInfo.class);
    private String id;