org.mule.context.notification
Class AbstractNotificationLogger

java.lang.Object
  extended by org.mule.context.notification.AbstractNotificationLogger
Direct Known Subclasses:
ComponentMessageNotificationLogger, EndpointMessageNotificationLogger, ExceptionNotificationLogger, MessageNotificationLogger, ServerNotificationLogger

public abstract class AbstractNotificationLogger
extends Object


Constructor Summary
AbstractNotificationLogger()
           
 
Method Summary
 List getNotifications()
           
 void onNotification(org.mule.api.context.notification.ServerNotification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractNotificationLogger

public AbstractNotificationLogger()
Method Detail

onNotification

public void onNotification(org.mule.api.context.notification.ServerNotification notification)

getNotifications

public List getNotifications()


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