List of usage examples for javax.management NotificationListener interface-usage
From source file net.testdriven.psiprobe.beans.ContainerListenerBean.java
/**
* This class interfaces Tomcat JMX functionality to read connection status. The
* class essentially provides and maintains the list of connection ThreadPools.
*
* @author Vlad Ilyushchenko
* @author Mark Lewis
From source file org.jboss.web.tomcat.tc5.StatusServlet.java
/**
* This servlet will display a complete status of the HTTP/1.1 connector.
*
* @author Remy Maucherat
* @version $Revision: 41072 $ $Date: 2006-02-09 02:47:17 -0500 (Thu, 09 Feb 2006) $
*/
From source file org.apache.geode.admin.jmx.internal.StatisticResourceJmxImpl.java
/**
* Provides MBean support for the monitoring of a statistic resource.
*
* @since GemFire 3.5
*
*/
From source file org.hyperic.hq.product.jmx.MxNotificationListener.java
public class MxNotificationListener implements NotificationListener { private LogTrackPlugin plugin; private Properties props; private String[] mbeans; private boolean isLogTrackEnabled = true;
From source file org.apache.geode.admin.jmx.internal.SystemMemberJmx.java
/** * Defines methods that all <code>SystemMember</code> MBeans should implement. * * @since GemFire 4.0 */ public interface SystemMemberJmx extends SystemMember, NotificationListener {
From source file com.adaptris.core.jmx.JmxNotificationConsumer.java
@XStreamAlias("jmx-notification-consumer") @AdapterComponent @ComponentProfile(summary = "Listen for notifications against the specified ObjectName", tag = "consumer,jmx", recommended = { JmxConnection.class }) @DisplayOrder(order = { "serializer" }) public class JmxNotificationConsumer extends AdaptrisMessageConsumerImp implements NotificationListener {
From source file com.ebay.erl.mobius.core.collection.BigTupleList.java
/**
* Stores one to many {@link Tuple} elements.
* <p>
*
* By default, the tuples are stored in memory,
* but if the memory is insufficient, the tuples
From source file org.apache.pig.impl.util.SpillableMemoryManager.java
/**
* This class Tracks the tenured pool and a list of Spillable objects. When memory gets low, this
* class will start requesting Spillable objects to free up memory.
* <p>
* Low memory is defined as more than 50% of the tenured pool being allocated. Spillable objects are
* tracked using WeakReferences so that the objects can be GCed even though this class has a reference
From source file org.red5.server.jmx.JMXAgent.java
/**
* Provides the connection adapters as well as registration and
* unregistration of MBeans.
*
* @author The Red5 Project (red5@osflash.org)
* @author Paul Gregoire (mondain@gmail.com)
From source file org.apache.helix.tools.JmxDumper.java
public class JmxDumper implements NotificationListener { public static final String help = "help"; public static final String domain = "domain"; public static final String fields = "fields"; public static final String pattern = "pattern"; public static final String operations = "operations";