org.jboss.messaging.core.contract
Interface ClusterNotifier

All Known Implementing Classes:
DefaultClusterNotifier

public interface ClusterNotifier

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

Method Summary
 void registerListener(ClusterNotificationListener listener)
           
 void sendNotification(ClusterNotification notification)
           
 void unregisterListener(ClusterNotificationListener listener)
           
 

Method Detail

registerListener

void registerListener(ClusterNotificationListener listener)

unregisterListener

void unregisterListener(ClusterNotificationListener listener)

sendNotification

void sendNotification(ClusterNotification notification)


Copyright © 2006 JBoss Inc. All Rights Reserved.