org.mule.impl.internal.notifications
Class ServerNotificationManager.Listener

java.lang.Object
  extended by org.mule.impl.internal.notifications.ServerNotificationManager.Listener
Enclosing class:
ServerNotificationManager

protected class ServerNotificationManager.Listener
extends Object


Constructor Summary
ServerNotificationManager.Listener(UMOServerNotificationListener listener, String subscription)
           
 
Method Summary
 UMOServerNotificationListener getListenerObject()
           
 List getNotificationClasses()
           
 String getSubscription()
           
 boolean matches(UMOServerNotification notification)
           
 boolean subscriptionMatches(UMOServerNotification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerNotificationManager.Listener

public ServerNotificationManager.Listener(UMOServerNotificationListener listener,
                                          String subscription)
Method Detail

getListenerObject

public UMOServerNotificationListener getListenerObject()

getNotificationClasses

public List getNotificationClasses()

getSubscription

public String getSubscription()

matches

public boolean matches(UMOServerNotification notification)

subscriptionMatches

public boolean subscriptionMatches(UMOServerNotification notification)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.