List of usage examples for javax.management NotificationListener interface-usage
From source file org.apache.catalina.manager.StatusManagerServlet.java
/**
* This servlet will display a complete status of the HTTP/1.1 connector.
*
* @author Remy Maucherat
* @version $Revision: 1.12 $ $Date: 2003/09/16 15:36:07 $
*/
From source file jp.co.acroquest.endosnipe.web.explorer.entity.InvocationModel.java
/**
* ?????<br />
*
* @author hitramatsu
*
*/
From source file org.apache.geode.tools.pulse.internal.data.JMXDataUpdater.java
/** * Class JMXDataUpdater Class used for creating JMX connection and getting all the required MBeans * * @since GemFire version 7.0.Beta 2012-09-23 */ public class JMXDataUpdater implements IClusterUpdater, NotificationListener {
From source file com.pivotal.gemfire.tools.pulse.internal.data.JMXDataUpdater.java
/**
* Class JMXDataUpdater Class used for creating JMX connection and getting all
* the required MBeans
*
* @since version 7.0.Beta 2012-09-23
*/
From source file edu.nwpu.gemfire.monitor.data.JMXDataUpdater.java
/**
* Class JMXDataUpdater Class used for creating JMX connection and getting all
* the required MBeans
*
* @author Anand Hariharan
*
From source file org.apache.cassandra.tools.NodeProbe.java
class RepairRunner implements NotificationListener { private final SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss,SSS"); private final Condition condition = new SimpleCondition(); private final PrintStream out; private final String keyspace; private final String[] columnFamilies;
From source file org.apache.geode.admin.jmx.internal.AgentImpl.java
/**
* Adapter class for NotificationListener that listens to notifications of type
* javax.management.remote.JMXConnectionNotification
*
* @since GemFire 6.0
*/