org.jboss.mx.remoting.rmi
Class ConnectionNotifier

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by org.jboss.mx.remoting.rmi.ConnectionNotifier
All Implemented Interfaces:
NotificationBroadcaster, NotificationEmitter

public class ConnectionNotifier
extends NotificationBroadcasterSupport

Handles the firing of notifications related to the connection status of the connector.

Author:
Tom Elrod

Constructor Summary
ConnectionNotifier(JMXConnector connector)
           
 
Method Summary
 void fireClosedNotification()
           
 void fireConnectedNotification()
           
 
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

ConnectionNotifier

public ConnectionNotifier(JMXConnector connector)
Method Detail

fireConnectedNotification

public void fireConnectedNotification()

fireClosedNotification

public void fireClosedNotification()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.