org.jboss.jmx.connector.notification
Class PollingClientNotificationListener

java.lang.Object
  extended byorg.jboss.jmx.connector.notification.ClientNotificationListener
      extended byorg.jboss.jmx.connector.notification.PollingClientNotificationListener
All Implemented Interfaces:
Runnable

public class PollingClientNotificationListener
extends ClientNotificationListener
implements Runnable

Local Polling Listener to receive the message and send to the listener

Version:
$Revision: 1.5 $
Author:
Andreas "Mad" Schaefer

Field Summary
 
Fields inherited from class org.jboss.jmx.connector.notification.ClientNotificationListener
log, mClientListener, mHandback
 
Constructor Summary
PollingClientNotificationListener(javax.management.ObjectName pSender, javax.management.NotificationListener pClientListener, Object pHandback, javax.management.NotificationFilter pFilter, int pSleepingPeriod, int pMaximumListSize, RemoteMBeanServer pConnector)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.jboss.jmx.connector.notification.ClientNotificationListener
addNotificationListener, createListener, equals, getRemoteListenerName, getSenderMBean, removeNotificationListener
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollingClientNotificationListener

public PollingClientNotificationListener(javax.management.ObjectName pSender,
                                         javax.management.NotificationListener pClientListener,
                                         Object pHandback,
                                         javax.management.NotificationFilter pFilter,
                                         int pSleepingPeriod,
                                         int pMaximumListSize,
                                         RemoteMBeanServer pConnector)
                                  throws javax.management.JMException
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.