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
|
protected org.apache.commons.logging.Log log
public AbstractSynapseObserver()
public void sequenceAdded(Mediator sequence)
SynapseObserver sequenceAdded in interface SynapseObserver sequence - the Sequence mediator added to the configurationpublic void sequenceRemoved(Mediator sequence)
SynapseObserver sequenceRemoved in interface SynapseObserver sequence - the Sequence removed from the configurationpublic void sequenceTemplateAdded(Mediator template)
SynapseObserver sequenceTemplateAdded in interface SynapseObserver template - the Sequence mediator added to the configurationpublic void sequenceTemplateRemoved(Mediator template)
SynapseObserver sequenceTemplateRemoved in interface SynapseObserver template - the Sequence removed from the configurationpublic void entryAdded(Entry entry)
SynapseObserver entryAdded in interface SynapseObserver entry - the Entry added to the configurationpublic void entryRemoved(Entry entry)
SynapseObserver entryRemoved in interface SynapseObserver entry - the Entry removed from the configurationpublic void endpointAdded(Endpoint endpoint)
SynapseObserver endpointAdded in interface SynapseObserver endpoint - the Endpoint added to the configurationpublic void endpointRemoved(Endpoint endpoint)
SynapseObserver endpointRemoved in interface SynapseObserver endpoint - the Endpoint removed from the configurationpublic void proxyServiceAdded(ProxyService proxy)
SynapseObserver proxyServiceAdded in interface SynapseObserver proxy - the ProxyService added to the configurationpublic void proxyServiceRemoved(ProxyService proxy)
SynapseObserver proxyServiceRemoved in interface SynapseObserver proxy - the ProxyService removed from the configurationpublic void startupAdded(Startup startup)
SynapseObserver startupAdded in interface SynapseObserver startup - the Startup added to the configurationpublic void startupRemoved(Startup startup)
SynapseObserver startupRemoved in interface SynapseObserver startup - the Startup removed from the configurationpublic void eventSourceAdded(SynapseEventSource eventSource)
SynapseObserver eventSourceAdded in interface SynapseObserver eventSource - the SynapseEventSource added to the configurationpublic void eventSourceRemoved(SynapseEventSource eventSource)
SynapseObserver eventSourceRemoved in interface SynapseObserver eventSource - the SynapseEventSource removed from the configurationpublic void priorityExecutorAdded(PriorityExecutor exec)
SynapseObserver priorityExecutorAdded in interface SynapseObserver exec - the PriorityExecutor added to the configurationpublic void priorityExecutorRemoved(PriorityExecutor exec)
SynapseObserver priorityExecutorRemoved in interface SynapseObserver exec - the PriorityExecutor removed from the configurationCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.