org.mule.impl.internal.admin
Class EndpointNotificationLoggerAgent
java.lang.Object
org.mule.impl.internal.admin.AbstractNotificationLoggerAgent
org.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.
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 |
EndpointNotificationLoggerAgent
public EndpointNotificationLoggerAgent()
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.