org.mule.context.notification
Class AbstractNotificationLogger<T extends ServerNotification>

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

public abstract class AbstractNotificationLogger<T extends ServerNotification>
extends java.lang.Object


Constructor Summary
AbstractNotificationLogger()
           
 
Method Summary
 java.util.List getNotifications()
           
 void onNotification(T 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(T notification)

getNotifications

public java.util.List getNotifications()


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.