org.mule.agent
Class EndpointNotificationLoggerAgent
java.lang.Object
org.mule.AbstractAgent
org.mule.agent.AbstractNotificationLoggerAgent
org.mule.agent.EndpointNotificationLoggerAgent
- All Implemented Interfaces:
- Agent, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, NameableObject, NamedObject
public class EndpointNotificationLoggerAgent
- extends AbstractNotificationLoggerAgent
EndpointAbstractEventLoggerAgent
will forward server notifications
to a configurered endpoint uri.
Methods inherited from class org.mule.agent.AbstractNotificationLoggerAgent |
dispose, initialise, isIgnoreAdminNotifications, isIgnoreComponentMessageNotifications, isIgnoreComponentNotifications, isIgnoreConnectionNotifications, isIgnoreCustomNotifications, isIgnoreEndpointMessageNotifications, isIgnoreManagementNotifications, isIgnoreManagerNotifications, isIgnoreMessageNotifications, isIgnoreModelNotifications, isIgnoreSecurityNotifications, setIgnoreAdminNotifications, setIgnoreComponentMessageNotifications, setIgnoreComponentNotifications, setIgnoreConnectionNotifications, setIgnoreCustomNotifications, setIgnoreEndpointMessageNotifications, setIgnoreManagementNotifications, setIgnoreManagerNotifications, setIgnoreMessageNotifications, setIgnoreModelNotifications, setIgnoreSecurityNotifications, start, stop |
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(ServerNotification e)
- Specified by:
logEvent
in class AbstractNotificationLoggerAgent
getDescription
public String getDescription()
- Should be a 1 line description of the agent
- Specified by:
getDescription
in interface Agent
- Overrides:
getDescription
in class AbstractAgent
- Returns:
- a 1 line description of the agent.
getEndpoint
public OutboundEndpoint getEndpoint()
setEndpoint
public void setEndpoint(OutboundEndpoint endpoint)
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.