org.mule.impl.internal.admin
Class EndpointNotificationLoggerAgent

java.lang.Object
  extended byorg.mule.impl.internal.admin.AbstractNotificationLoggerAgent
      extended byorg.mule.impl.internal.admin.EndpointNotificationLoggerAgent
All Implemented Interfaces:
Disposable, Initialisable, Lifecycle, Startable, Stoppable, UMOAgent

public class EndpointNotificationLoggerAgent
extends AbstractNotificationLoggerAgent

EndpointAbstractEventLoggerAgent will forward server notifications to a configurered endpoint uri.


Field Summary
 
Fields inherited from class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
logger
 
Constructor Summary
EndpointNotificationLoggerAgent()
           
 
Method Summary
protected  void doInitialise()
           
 String getDescription()
          Should be a 1 line description of the agent
 String getEndpointAddress()
           
protected  void logEvent(UMOServerNotification e)
           
 void setEndpointAddress(String endpointAddress)
           
 
Methods inherited from class org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
dispose, getName, initialise, isIgnoreAdminNotifications, isIgnoreComponentNotifications, isIgnoreConnectionNotifications, isIgnoreCustomNotifications, isIgnoreManagementNotifications, isIgnoreManagerNotifications, isIgnoreModelNotifications, isIgnoreSecurityNotifications, registered, setIgnoreAdminNotifications, setIgnoreComponentNotifications, setIgnoreConnectionNotifications, setIgnoreCustomNotifications, setIgnoreManagementNotifications, setIgnoreManagerNotifications, setIgnoreModelNotifications, setIgnoreSecurityNotifications, setName, start, stop, unregistered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointNotificationLoggerAgent

public EndpointNotificationLoggerAgent()
Method Detail

doInitialise

protected void doInitialise()
                     throws InitialisationException
Specified by:
doInitialise in class AbstractNotificationLoggerAgent
Throws:
InitialisationException

logEvent

protected void logEvent(UMOServerNotification e)
Specified by:
logEvent in class AbstractNotificationLoggerAgent

getDescription

public String getDescription()
Should be a 1 line description of the agent

Returns:

getEndpointAddress

public String getEndpointAddress()

setEndpointAddress

public void setEndpointAddress(String endpointAddress)


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