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 org.apache.geode.admin.jmx.internal.SystemMemberJmxImpl.java

/**
 * Provides MBean support for managing a SystemMember application.
 * <p>
 * TODO: refactor to implement SystemMember and delegate to SystemMemberImpl. Wrap all delegate
 * calls w/ e.printStackTrace() since the HttpAdaptor devours them
 *

From source file org.jboss.web.tomcat.tc5.Tomcat5.java

/**
 * An implementation of the AbstractWebContainer for the Jakarta Tomcat5
 * servlet container. It has no code dependency on tomcat - only the new JMX
 * model is used.
 * <p/>
 * Tomcat5 is organized as a set of mbeans - just like jboss.

From source file org.apache.jk.core.JkHandler.java

/**
 *
 * @author Costin Manolache
 */
public class JkHandler implements MBeanRegistration, NotificationListener {
    public static final int OK = 0;

From source file com.sun.grizzly.http.jk.core.JkHandler.java

/**
 *
 * @author Costin Manolache
 */
public class JkHandler implements MBeanRegistration, NotificationListener {
    public static final int OK = 0;

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

/**
 * <p>Title: ActiveAgent</p>
 * <p>Description: Service that coordinates the configuration and execution of active host checks</p> 
 * <p>Company: Helios Development Group LLC</p>
 * @author Whitehead (nwhitehead AT heliosdev DOT org)
 * <p><code>org.helios.jzab.agent.net.active.ActiveAgent</code></p>

From source file com.spotify.reaper.cassandra.JmxProxy.java

public class JmxProxy implements NotificationListener, AutoCloseable {

    private static final Logger LOG = LoggerFactory.getLogger(JmxProxy.class);

    private static final int JMX_PORT = 7199;
    private static final String JMX_URL = "service:jmx:rmi:///jndi/rmi://%s:%d/jmxrmi";

From source file org.lsc.jmx.LscAgent.java

/**
 * JMX Agent - Provide the ability to start/stop/get status of asynchronous
 * tasks
 * 
 * By default this agent is only used on local call
 * 

From source file com.continuent.tungsten.common.jmx.JmxManager.java

/**
 * Encapsulates JMX server start/stop and provides static utility methods to
 * register MBeans on the server side as well as get proxies for them on the
 * client side.
 * 
 * @author <a href="mailto:robert.hodges@continuent.com">Robert Hodges</a>

From source file org.apache.coyote.tomcat5.MapperListener.java

/**
 * Mapper listener.
 *
 * @author Remy Maucherat
 * @author Costin Manolache
 */

From source file net.sbbi.upnp.jmx.upnp.UPNPConnectorServer.java

/**
 * JMX connector server, this connector can be used to expose all deployed MBeans on an MBeans Server as UPNP devices</br>
 * You can use an object implementing the {@link net.sbbi.upnp.jmx.upnp.UPNPMBeanBuilder} interface do define which beans can be deployed
 * as UPNP devices.</br>
 * Look at the UPNP_MBEANS_BUILDER, EXPOSE_UPNP_DEVICES_AS_MBEANS and EXPOSE_MBEANS_AS_UPNP_DEVICES vars
 * for more info about connector specific settings.