Package org.apache.synapse.config
Class AbstractSynapseObserver
- java.lang.Object
-
- org.apache.synapse.config.AbstractSynapseObserver
-
- All Implemented Interfaces:
SynapseObserver
public abstract class AbstractSynapseObserver extends Object implements SynapseObserver
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Loglog
-
Constructor Summary
Constructors Constructor Description AbstractSynapseObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapiAdded(API api)Event fired when a api is added to the configurationvoidapiRemoved(API api)Event fired when a API is removed from the configurationvoidapiUpdated(API api)Event fired when a API is updated in the configurationvoidendpointAdded(Endpoint endpoint)Event fired when an endpoint is added to the configurationvoidendpointRemoved(Endpoint endpoint)Event fired when an endpoint is removed from the configurationvoidentryAdded(Entry entry)Event fired when an entry is added to the configurationvoidentryRemoved(Entry entry)Event fired when an entry is removed from the configurationvoideventSourceAdded(SynapseEventSource eventSource)Event fired when an event source is added to the configurationvoideventSourceRemoved(SynapseEventSource eventSource)Event fired when an event source is removed from the configurationvoidinboundEndpointAdded(InboundEndpoint inboundEndpoint)Event fired when a Inbound Endpoint is added to the configurationvoidinboundEndpointRemoved(InboundEndpoint inboundEndpoint)Event fired when a Inbound Endpoint is removed to the configurationvoidinboundEndpointUpdated(InboundEndpoint inboundEndpoint)Event fired when a Inbound Endpoint is updated in the configurationvoidpriorityExecutorAdded(org.apache.synapse.commons.executors.PriorityExecutor exec)Event fired when a priority executor is added to the configurationvoidpriorityExecutorRemoved(org.apache.synapse.commons.executors.PriorityExecutor exec)Event fired when a priority executor is removed from the configurationvoidproxyServiceAdded(ProxyService proxy)Event fired when a proxy service is added to the configurationvoidproxyServiceRemoved(ProxyService proxy)Event fired when a proxy service is removed from the configurationvoidsequenceAdded(Mediator sequence)Event fired when a new sequence is added to the configurationvoidsequenceRemoved(Mediator sequence)Event fired when an existing sequence is removed from the configurationvoidsequenceTemplateAdded(Mediator template)Event fired when a new sequence template is added to the configurationvoidsequenceTemplateRemoved(Mediator template)Event fired when an existing sequence template is removed from the configurationvoidstartupAdded(Startup startup)Event fired when a startup is added to the configurationvoidstartupRemoved(Startup startup)Event fired when a startup is removed from the configurationvoidsynapseLibraryAdded(Library library)Event fired when a library is added to the configurationvoidsynapseLibraryRemoved(Library library)Event fired when a library is removed from the configuration
-
-
-
Method Detail
-
sequenceAdded
public void sequenceAdded(Mediator sequence)
Description copied from interface:SynapseObserverEvent fired when a new sequence is added to the configuration- Specified by:
sequenceAddedin interfaceSynapseObserver- Parameters:
sequence- the Sequence mediator added to the configuration
-
sequenceRemoved
public void sequenceRemoved(Mediator sequence)
Description copied from interface:SynapseObserverEvent fired when an existing sequence is removed from the configuration- Specified by:
sequenceRemovedin interfaceSynapseObserver- Parameters:
sequence- the Sequence removed from the configuration
-
sequenceTemplateAdded
public void sequenceTemplateAdded(Mediator template)
Description copied from interface:SynapseObserverEvent fired when a new sequence template is added to the configuration- Specified by:
sequenceTemplateAddedin interfaceSynapseObserver- Parameters:
template- the Sequence mediator added to the configuration
-
sequenceTemplateRemoved
public void sequenceTemplateRemoved(Mediator template)
Description copied from interface:SynapseObserverEvent fired when an existing sequence template is removed from the configuration- Specified by:
sequenceTemplateRemovedin interfaceSynapseObserver- Parameters:
template- the Sequence removed from the configuration
-
entryAdded
public void entryAdded(Entry entry)
Description copied from interface:SynapseObserverEvent fired when an entry is added to the configuration- Specified by:
entryAddedin interfaceSynapseObserver- Parameters:
entry- the Entry added to the configuration
-
entryRemoved
public void entryRemoved(Entry entry)
Description copied from interface:SynapseObserverEvent fired when an entry is removed from the configuration- Specified by:
entryRemovedin interfaceSynapseObserver- Parameters:
entry- the Entry removed from the configuration
-
endpointAdded
public void endpointAdded(Endpoint endpoint)
Description copied from interface:SynapseObserverEvent fired when an endpoint is added to the configuration- Specified by:
endpointAddedin interfaceSynapseObserver- Parameters:
endpoint- the Endpoint added to the configuration
-
endpointRemoved
public void endpointRemoved(Endpoint endpoint)
Description copied from interface:SynapseObserverEvent fired when an endpoint is removed from the configuration- Specified by:
endpointRemovedin interfaceSynapseObserver- Parameters:
endpoint- the Endpoint removed from the configuration
-
proxyServiceAdded
public void proxyServiceAdded(ProxyService proxy)
Description copied from interface:SynapseObserverEvent fired when a proxy service is added to the configuration- Specified by:
proxyServiceAddedin interfaceSynapseObserver- Parameters:
proxy- the ProxyService added to the configuration
-
proxyServiceRemoved
public void proxyServiceRemoved(ProxyService proxy)
Description copied from interface:SynapseObserverEvent fired when a proxy service is removed from the configuration- Specified by:
proxyServiceRemovedin interfaceSynapseObserver- Parameters:
proxy- the ProxyService removed from the configuration
-
startupAdded
public void startupAdded(Startup startup)
Description copied from interface:SynapseObserverEvent fired when a startup is added to the configuration- Specified by:
startupAddedin interfaceSynapseObserver- Parameters:
startup- the Startup added to the configuration
-
startupRemoved
public void startupRemoved(Startup startup)
Description copied from interface:SynapseObserverEvent fired when a startup is removed from the configuration- Specified by:
startupRemovedin interfaceSynapseObserver- Parameters:
startup- the Startup removed from the configuration
-
eventSourceAdded
public void eventSourceAdded(SynapseEventSource eventSource)
Description copied from interface:SynapseObserverEvent fired when an event source is added to the configuration- Specified by:
eventSourceAddedin interfaceSynapseObserver- Parameters:
eventSource- the SynapseEventSource added to the configuration
-
eventSourceRemoved
public void eventSourceRemoved(SynapseEventSource eventSource)
Description copied from interface:SynapseObserverEvent fired when an event source is removed from the configuration- Specified by:
eventSourceRemovedin interfaceSynapseObserver- Parameters:
eventSource- the SynapseEventSource removed from the configuration
-
priorityExecutorAdded
public void priorityExecutorAdded(org.apache.synapse.commons.executors.PriorityExecutor exec)
Description copied from interface:SynapseObserverEvent fired when a priority executor is added to the configuration- Specified by:
priorityExecutorAddedin interfaceSynapseObserver- Parameters:
exec- the PriorityExecutor added to the configuration
-
priorityExecutorRemoved
public void priorityExecutorRemoved(org.apache.synapse.commons.executors.PriorityExecutor exec)
Description copied from interface:SynapseObserverEvent fired when a priority executor is removed from the configuration- Specified by:
priorityExecutorRemovedin interfaceSynapseObserver- Parameters:
exec- the PriorityExecutor removed from the configuration
-
apiAdded
public void apiAdded(API api)
Description copied from interface:SynapseObserverEvent fired when a api is added to the configuration- Specified by:
apiAddedin interfaceSynapseObserver- Parameters:
api- the API added to the configuration
-
apiRemoved
public void apiRemoved(API api)
Description copied from interface:SynapseObserverEvent fired when a API is removed from the configuration- Specified by:
apiRemovedin interfaceSynapseObserver- Parameters:
api- the API removed from the configuration
-
apiUpdated
public void apiUpdated(API api)
Description copied from interface:SynapseObserverEvent fired when a API is updated in the configuration- Specified by:
apiUpdatedin interfaceSynapseObserver- Parameters:
api- the API updated in the configuration
-
inboundEndpointAdded
public void inboundEndpointAdded(InboundEndpoint inboundEndpoint)
Description copied from interface:SynapseObserverEvent fired when a Inbound Endpoint is added to the configuration- Specified by:
inboundEndpointAddedin interfaceSynapseObserver- Parameters:
inboundEndpoint- the Inbound Endpoint added to the configuration
-
inboundEndpointRemoved
public void inboundEndpointRemoved(InboundEndpoint inboundEndpoint)
Description copied from interface:SynapseObserverEvent fired when a Inbound Endpoint is removed to the configuration- Specified by:
inboundEndpointRemovedin interfaceSynapseObserver- Parameters:
inboundEndpoint- the Inbound Endpoint removed to the configuration
-
inboundEndpointUpdated
public void inboundEndpointUpdated(InboundEndpoint inboundEndpoint)
Description copied from interface:SynapseObserverEvent fired when a Inbound Endpoint is updated in the configuration- Specified by:
inboundEndpointUpdatedin interfaceSynapseObserver- Parameters:
inboundEndpoint- the Inbound Endpoint updated in the configuration
-
synapseLibraryAdded
public void synapseLibraryAdded(Library library)
Description copied from interface:SynapseObserverEvent fired when a library is added to the configuration- Specified by:
synapseLibraryAddedin interfaceSynapseObserver- Parameters:
library- the library added to the configuration
-
synapseLibraryRemoved
public void synapseLibraryRemoved(Library library)
Description copied from interface:SynapseObserverEvent fired when a library is removed from the configuration- Specified by:
synapseLibraryRemovedin interfaceSynapseObserver- Parameters:
library- the library removed from the configuration
-
-