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 Object


Constructor Summary
AbstractNotificationLogger()
           
 
Method Summary
 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 List getNotifications()


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