org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote
Class ConnectionNotificationEmitter

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.ConnectionNotificationEmitter
All Implemented Interfaces:
NotificationBroadcaster, NotificationEmitter

public class ConnectionNotificationEmitter
extends NotificationBroadcasterSupport

Version:
$Revision: 1.1.1.1 $
Author:
Simone Bordet

Constructor Summary
ConnectionNotificationEmitter(JMXConnector connector)
           
 
Method Summary
 void sendConnectionNotificationClosed()
           
 void sendConnectionNotificationFailed()
           
 void sendConnectionNotificationLost(long howMany)
           
 void sendConnectionNotificationOpened()
           
 
Methods inherited from class javax.management.NotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionNotificationEmitter

public ConnectionNotificationEmitter(JMXConnector connector)
Method Detail

sendConnectionNotificationOpened

public void sendConnectionNotificationOpened()

sendConnectionNotificationClosed

public void sendConnectionNotificationClosed()

sendConnectionNotificationFailed

public void sendConnectionNotificationFailed()

sendConnectionNotificationLost

public void sendConnectionNotificationLost(long howMany)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.