public abstract class AbstractSynapseObserver extends Object implements SynapseObserver
| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.commons.logging.Log | log | 
| Constructor and Description | 
|---|
| AbstractSynapseObserver() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
public void sequenceAdded(Mediator sequence)
SynapseObserversequenceAdded in interface SynapseObserversequence - the Sequence mediator added to the configurationpublic void sequenceRemoved(Mediator sequence)
SynapseObserversequenceRemoved in interface SynapseObserversequence - the Sequence removed from the configurationpublic void sequenceTemplateAdded(Mediator template)
SynapseObserversequenceTemplateAdded in interface SynapseObservertemplate - the Sequence mediator added to the configurationpublic void sequenceTemplateRemoved(Mediator template)
SynapseObserversequenceTemplateRemoved in interface SynapseObservertemplate - the Sequence removed from the configurationpublic void entryAdded(Entry entry)
SynapseObserverentryAdded in interface SynapseObserverentry - the Entry added to the configurationpublic void entryRemoved(Entry entry)
SynapseObserverentryRemoved in interface SynapseObserverentry - the Entry removed from the configurationpublic void endpointAdded(Endpoint endpoint)
SynapseObserverendpointAdded in interface SynapseObserverendpoint - the Endpoint added to the configurationpublic void endpointRemoved(Endpoint endpoint)
SynapseObserverendpointRemoved in interface SynapseObserverendpoint - the Endpoint removed from the configurationpublic void proxyServiceAdded(ProxyService proxy)
SynapseObserverproxyServiceAdded in interface SynapseObserverproxy - the ProxyService added to the configurationpublic void proxyServiceRemoved(ProxyService proxy)
SynapseObserverproxyServiceRemoved in interface SynapseObserverproxy - the ProxyService removed from the configurationpublic void startupAdded(Startup startup)
SynapseObserverstartupAdded in interface SynapseObserverstartup - the Startup added to the configurationpublic void startupRemoved(Startup startup)
SynapseObserverstartupRemoved in interface SynapseObserverstartup - the Startup removed from the configurationpublic void eventSourceAdded(SynapseEventSource eventSource)
SynapseObservereventSourceAdded in interface SynapseObservereventSource - the SynapseEventSource added to the configurationpublic void eventSourceRemoved(SynapseEventSource eventSource)
SynapseObservereventSourceRemoved in interface SynapseObservereventSource - the SynapseEventSource removed from the configurationpublic void priorityExecutorAdded(PriorityExecutor exec)
SynapseObserverpriorityExecutorAdded in interface SynapseObserverexec - the PriorityExecutor added to the configurationpublic void priorityExecutorRemoved(PriorityExecutor exec)
SynapseObserverpriorityExecutorRemoved in interface SynapseObserverexec - the PriorityExecutor removed from the configurationCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.