org.jboss.messaging.core.impl
Class DefaultClusterNotifier

java.lang.Object
  extended by org.jboss.messaging.core.impl.DefaultClusterNotifier
All Implemented Interfaces:
ClusterNotifier

public class DefaultClusterNotifier
extends java.lang.Object
implements ClusterNotifier

Version:
$Revision: $21 Jun 2007 $Id: $
Author:
Tim Fox

Constructor Summary
DefaultClusterNotifier()
           
 
Method Summary
 void registerListener(ClusterNotificationListener listener)
           
 void sendNotification(ClusterNotification notification)
           
 void unregisterListener(ClusterNotificationListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultClusterNotifier

public DefaultClusterNotifier()
Method Detail

registerListener

public void registerListener(ClusterNotificationListener listener)
Specified by:
registerListener in interface ClusterNotifier

sendNotification

public void sendNotification(ClusterNotification notification)
Specified by:
sendNotification in interface ClusterNotifier

unregisterListener

public void unregisterListener(ClusterNotificationListener listener)
Specified by:
unregisterListener in interface ClusterNotifier


Copyright © 2006 JBoss Inc. All Rights Reserved.