org.mule.impl.internal.admin
Class EndpointAbstractEventLoggerAgent

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

public class EndpointAbstractEventLoggerAgent
extends AbstractEventLoggerAgent

EndpointAbstractEventLoggerAgent will forward server events to a configurered endpoint uri.

Version:
$Revision: 1.5 $
Author:
Ross Mason

Field Summary
 
Fields inherited from class org.mule.impl.internal.admin.AbstractEventLoggerAgent
eventLogger, logger
 
Constructor Summary
EndpointAbstractEventLoggerAgent()
           
 
Method Summary
protected  void doInitialise()
           
 java.lang.String getDescription()
          Should be a 1 line description of the agent
protected  void logEvent(UMOServerEvent e)
           
 
Methods inherited from class org.mule.impl.internal.admin.AbstractEventLoggerAgent
dispose, getName, initialise, isIgnoreAdminEvents, isIgnoreComponentEvents, isIgnoreCustomEvents, isIgnoreManagementEvents, isIgnoreManagerEvents, isIgnoreModelEvents, isIgnoreSecurityEvents, registered, setIgnoreAdminEvents, setIgnoreComponentEvents, setIgnoreCustomEvents, setIgnoreManagementEvents, setIgnoreManagerEvents, setIgnoreModelEvents, setIgnoreSecurityEvents, setName, start, stop, unregistered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointAbstractEventLoggerAgent

public EndpointAbstractEventLoggerAgent()
Method Detail

doInitialise

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

logEvent

protected void logEvent(UMOServerEvent e)
Specified by:
logEvent in class AbstractEventLoggerAgent

getDescription

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

Returns:


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.