org.apache.synapse.config
Class AbstractSynapseObserver

java.lang.Object
  extended by org.apache.synapse.config.AbstractSynapseObserver
All Implemented Interfaces:
SynapseObserver
Direct Known Subclasses:
SimpleLoggingObserver

public abstract class AbstractSynapseObserver
extends Object
implements SynapseObserver


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
AbstractSynapseObserver()
           
 
Method Summary
 void endpointAdded(Endpoint endpoint)
          Event fired when an endpoint is added to the configuration
 void endpointRemoved(Endpoint endpoint)
          Event fired when an endpoint is removed from the configuration
 void entryAdded(Entry entry)
          Event fired when an entry is added to the configuration
 void entryRemoved(Entry entry)
          Event fired when an entry is removed from the configuration
 void eventSourceAdded(SynapseEventSource eventSource)
          Event fired when an event source is added to the configuration
 void eventSourceRemoved(SynapseEventSource eventSource)
          Event fired when an event source is removed from the configuration
 void priorityExecutorAdded(PriorityExecutor exec)
          Event fired when a priority executor is added to the configuration
 void priorityExecutorRemoved(PriorityExecutor exec)
          Event fired when a priority executor is removed from the configuration
 void proxyServiceAdded(ProxyService proxy)
          Event fired when a proxy service is added to the configuration
 void proxyServiceRemoved(ProxyService proxy)
          Event fired when a proxy service is removed from the configuration
 void sequenceAdded(Mediator sequence)
          Event fired when a new sequence is added to the configuration
 void sequenceRemoved(Mediator sequence)
          Event fired when an existing sequence is removed from the configuration
 void sequenceTemplateAdded(Mediator template)
          Event fired when a new sequence template is added to the configuration
 void sequenceTemplateRemoved(Mediator template)
          Event fired when an existing sequence template is removed from the configuration
 void startupAdded(Startup startup)
          Event fired when a startup is added to the configuration
 void startupRemoved(Startup startup)
          Event fired when a startup is removed from the configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.apache.commons.logging.Log log
Constructor Detail

AbstractSynapseObserver

public AbstractSynapseObserver()
Method Detail

sequenceAdded

public void sequenceAdded(Mediator sequence)
Description copied from interface: SynapseObserver
Event fired when a new sequence is added to the configuration

Specified by:
sequenceAdded in interface SynapseObserver
Parameters:
sequence - the Sequence mediator added to the configuration

sequenceRemoved

public void sequenceRemoved(Mediator sequence)
Description copied from interface: SynapseObserver
Event fired when an existing sequence is removed from the configuration

Specified by:
sequenceRemoved in interface SynapseObserver
Parameters:
sequence - the Sequence removed from the configuration

sequenceTemplateAdded

public void sequenceTemplateAdded(Mediator template)
Description copied from interface: SynapseObserver
Event fired when a new sequence template is added to the configuration

Specified by:
sequenceTemplateAdded in interface SynapseObserver
Parameters:
template - the Sequence mediator added to the configuration

sequenceTemplateRemoved

public void sequenceTemplateRemoved(Mediator template)
Description copied from interface: SynapseObserver
Event fired when an existing sequence template is removed from the configuration

Specified by:
sequenceTemplateRemoved in interface SynapseObserver
Parameters:
template - the Sequence removed from the configuration

entryAdded

public void entryAdded(Entry entry)
Description copied from interface: SynapseObserver
Event fired when an entry is added to the configuration

Specified by:
entryAdded in interface SynapseObserver
Parameters:
entry - the Entry added to the configuration

entryRemoved

public void entryRemoved(Entry entry)
Description copied from interface: SynapseObserver
Event fired when an entry is removed from the configuration

Specified by:
entryRemoved in interface SynapseObserver
Parameters:
entry - the Entry removed from the configuration

endpointAdded

public void endpointAdded(Endpoint endpoint)
Description copied from interface: SynapseObserver
Event fired when an endpoint is added to the configuration

Specified by:
endpointAdded in interface SynapseObserver
Parameters:
endpoint - the Endpoint added to the configuration

endpointRemoved

public void endpointRemoved(Endpoint endpoint)
Description copied from interface: SynapseObserver
Event fired when an endpoint is removed from the configuration

Specified by:
endpointRemoved in interface SynapseObserver
Parameters:
endpoint - the Endpoint removed from the configuration

proxyServiceAdded

public void proxyServiceAdded(ProxyService proxy)
Description copied from interface: SynapseObserver
Event fired when a proxy service is added to the configuration

Specified by:
proxyServiceAdded in interface SynapseObserver
Parameters:
proxy - the ProxyService added to the configuration

proxyServiceRemoved

public void proxyServiceRemoved(ProxyService proxy)
Description copied from interface: SynapseObserver
Event fired when a proxy service is removed from the configuration

Specified by:
proxyServiceRemoved in interface SynapseObserver
Parameters:
proxy - the ProxyService removed from the configuration

startupAdded

public void startupAdded(Startup startup)
Description copied from interface: SynapseObserver
Event fired when a startup is added to the configuration

Specified by:
startupAdded in interface SynapseObserver
Parameters:
startup - the Startup added to the configuration

startupRemoved

public void startupRemoved(Startup startup)
Description copied from interface: SynapseObserver
Event fired when a startup is removed from the configuration

Specified by:
startupRemoved in interface SynapseObserver
Parameters:
startup - the Startup removed from the configuration

eventSourceAdded

public void eventSourceAdded(SynapseEventSource eventSource)
Description copied from interface: SynapseObserver
Event fired when an event source is added to the configuration

Specified by:
eventSourceAdded in interface SynapseObserver
Parameters:
eventSource - the SynapseEventSource added to the configuration

eventSourceRemoved

public void eventSourceRemoved(SynapseEventSource eventSource)
Description copied from interface: SynapseObserver
Event fired when an event source is removed from the configuration

Specified by:
eventSourceRemoved in interface SynapseObserver
Parameters:
eventSource - the SynapseEventSource removed from the configuration

priorityExecutorAdded

public void priorityExecutorAdded(PriorityExecutor exec)
Description copied from interface: SynapseObserver
Event fired when a priority executor is added to the configuration

Specified by:
priorityExecutorAdded in interface SynapseObserver
Parameters:
exec - the PriorityExecutor added to the configuration

priorityExecutorRemoved

public void priorityExecutorRemoved(PriorityExecutor exec)
Description copied from interface: SynapseObserver
Event fired when a priority executor is removed from the configuration

Specified by:
priorityExecutorRemoved in interface SynapseObserver
Parameters:
exec - the PriorityExecutor removed from the configuration


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.