List of usage examples for javax.management NotificationListener interface-usage
From source file org.josso.gateway.event.security.SpringJMXSSOEventManagerImpl.java
/**
* JMX Based event manager. This manager is a SSOSecurityEventManager and a MBean.
* It uses JMX Notification scheme to deliver SSO Events.
*
* @org.apache.xbean.XBean element="springjmx-event-manager"
*
From source file org.logicblaze.lingo.jmx.remote.jms.activemq.ActiveMQServerListenerInfo.java
/** * @version $Revision: 95 $ */ class ActiveMQServerListenerInfo implements NotificationListener, MessageListener { private static final Log log = LogFactory.getLog(ActiveMQServerListenerInfo.class); private String id;
From source file org.wso2.carbon.registry.subscription.test.util.JMXClient.java
public class JMXClient implements NotificationListener { private MBeanServerConnection mbsc = null; private static ObjectName nodeAgent; private boolean success = false;
From source file com.vmware.springsource.hyperic.plugin.gemfire.AlertsPlugin.java
public class AlertsPlugin extends LogTrackPlugin implements NotificationListener { Log log = getLog(); Pattern msgPatt = Pattern.compile( "\\[(\\w*) *(\\d{4}/\\d{2}/\\d{2} \\d{2}:\\d{2}:\\d{2}.\\d{3} \\w*) *(\\w*) *([^\\]]*)] *(.*)"); SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss.SSS z");
From source file org.openspaces.focalserver.FocalServer.java
/** * */ public class FocalServer implements NotificationListener, MBeanRegistration, FocalServerMBean { public final static Logger LOGGER = Logger.getLogger(FocalServer.class.getName());
From source file org.zenoss.jmxnl.NotificationListener.java
public class NotificationListener implements Runnable, javax.management.NotificationListener { private static Log log = LogFactory.getLog(NotificationListener.class); private JMXServiceURL url; private ObjectName scope; private Map<String, String[]> environment;
From source file org.springframework.integration.jmx.NotificationListeningMessageProducer.java
/**
* A JMX {@link NotificationListener} implementation that will send Messages
* containing the JMX {@link Notification} instances as their payloads.
*
* @author Mark Fisher
* @author Gary Russell
From source file org.firstopen.singularity.cep.RuleService.java
/** * @author TomRose * */ public class RuleService extends ServiceMBeanSupport implements RuleServiceMBean, NotificationListener {
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 com.googlecode.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