Class StatisticSynapseConfigurationObserver
- java.lang.Object
-
- org.apache.synapse.aspects.flow.statistics.StatisticSynapseConfigurationObserver
-
- All Implemented Interfaces:
SynapseObserver
public class StatisticSynapseConfigurationObserver extends Object implements SynapseObserver
-
-
Constructor Summary
Constructors Constructor Description StatisticSynapseConfigurationObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apiAdded(API api)
Event fired when a api is added to the configurationvoid
apiRemoved(API api)
Event fired when a API is removed from the configurationvoid
apiUpdated(API api)
Event fired when a API is updated in the configurationvoid
endpointAdded(Endpoint endpoint)
Event fired when an endpoint is added to the configurationvoid
endpointRemoved(Endpoint endpoint)
Event fired when an endpoint is removed from the configurationvoid
entryAdded(Entry entry)
Event fired when an entry is added to the configurationvoid
entryRemoved(Entry entry)
Event fired when an entry is removed from the configurationvoid
eventSourceAdded(SynapseEventSource eventSource)
Event fired when an event source is added to the configurationvoid
eventSourceRemoved(SynapseEventSource eventSource)
Event fired when an event source is removed from the configurationvoid
inboundEndpointAdded(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is added to the configurationvoid
inboundEndpointRemoved(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is removed to the configurationvoid
inboundEndpointUpdated(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is updated in the configurationvoid
priorityExecutorAdded(org.apache.synapse.commons.executors.PriorityExecutor exec)
Event fired when a priority executor is added to the configurationvoid
priorityExecutorRemoved(org.apache.synapse.commons.executors.PriorityExecutor exec)
Event fired when a priority executor is removed from the configurationvoid
proxyServiceAdded(ProxyService proxy)
Event fired when a proxy service is added to the configurationvoid
proxyServiceRemoved(ProxyService proxy)
Event fired when a proxy service is removed from the configurationvoid
sequenceAdded(Mediator sequence)
Event fired when a new sequence is added to the configurationvoid
sequenceRemoved(Mediator sequence)
Event fired when an existing sequence is removed from the configurationvoid
sequenceTemplateAdded(Mediator template)
Event fired when a new sequence template is added to the configurationvoid
sequenceTemplateRemoved(Mediator template)
Event fired when an existing sequence template is removed from the configurationvoid
startupAdded(Startup startup)
Event fired when a startup is added to the configurationvoid
startupRemoved(Startup startup)
Event fired when a startup is removed from the configurationvoid
synapseLibraryAdded(Library library)
Event fired when a library is added to the configurationvoid
synapseLibraryRemoved(Library library)
Event fired when a library is removed from the configuration
-
-
-
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 interfaceSynapseObserver
- 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 interfaceSynapseObserver
- 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 interfaceSynapseObserver
- 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 interfaceSynapseObserver
- 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 interfaceSynapseObserver
- 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 interfaceSynapseObserver
- 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 interfaceSynapseObserver
- 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 interfaceSynapseObserver
- 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 interfaceSynapseObserver
- 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 interfaceSynapseObserver
- Parameters:
proxy
- the ProxyService removed from the configuration
-
apiAdded
public void apiAdded(API api)
Description copied from interface:SynapseObserver
Event fired when a api is added to the configuration- Specified by:
apiAdded
in interfaceSynapseObserver
- Parameters:
api
- the API added to the configuration
-
apiRemoved
public void apiRemoved(API api)
Description copied from interface:SynapseObserver
Event fired when a API is removed from the configuration- Specified by:
apiRemoved
in interfaceSynapseObserver
- Parameters:
api
- the API removed from the configuration
-
apiUpdated
public void apiUpdated(API api)
Description copied from interface:SynapseObserver
Event fired when a API is updated in the configuration- Specified by:
apiUpdated
in interfaceSynapseObserver
- Parameters:
api
- the API updated in the configuration
-
inboundEndpointAdded
public void inboundEndpointAdded(InboundEndpoint inboundEndpoint)
Description copied from interface:SynapseObserver
Event fired when a Inbound Endpoint is added to the configuration- Specified by:
inboundEndpointAdded
in interfaceSynapseObserver
- Parameters:
inboundEndpoint
- the Inbound Endpoint added to the configuration
-
inboundEndpointRemoved
public void inboundEndpointRemoved(InboundEndpoint inboundEndpoint)
Description copied from interface:SynapseObserver
Event fired when a Inbound Endpoint is removed to the configuration- Specified by:
inboundEndpointRemoved
in interfaceSynapseObserver
- Parameters:
inboundEndpoint
- the Inbound Endpoint removed to the configuration
-
inboundEndpointUpdated
public void inboundEndpointUpdated(InboundEndpoint inboundEndpoint)
Description copied from interface:SynapseObserver
Event fired when a Inbound Endpoint is updated in the configuration- Specified by:
inboundEndpointUpdated
in interfaceSynapseObserver
- Parameters:
inboundEndpoint
- the Inbound Endpoint updated in 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 interfaceSynapseObserver
- 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 interfaceSynapseObserver
- 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 interfaceSynapseObserver
- 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 interfaceSynapseObserver
- Parameters:
eventSource
- the SynapseEventSource removed from the configuration
-
priorityExecutorAdded
public void priorityExecutorAdded(org.apache.synapse.commons.executors.PriorityExecutor exec)
Description copied from interface:SynapseObserver
Event fired when a priority executor is added to the configuration- Specified by:
priorityExecutorAdded
in interfaceSynapseObserver
- Parameters:
exec
- the PriorityExecutor added to the configuration
-
priorityExecutorRemoved
public void priorityExecutorRemoved(org.apache.synapse.commons.executors.PriorityExecutor exec)
Description copied from interface:SynapseObserver
Event fired when a priority executor is removed from the configuration- Specified by:
priorityExecutorRemoved
in interfaceSynapseObserver
- Parameters:
exec
- the PriorityExecutor removed from the configuration
-
synapseLibraryAdded
public void synapseLibraryAdded(Library library)
Description copied from interface:SynapseObserver
Event fired when a library is added to the configuration- Specified by:
synapseLibraryAdded
in interfaceSynapseObserver
- Parameters:
library
- the library added to the configuration
-
synapseLibraryRemoved
public void synapseLibraryRemoved(Library library)
Description copied from interface:SynapseObserver
Event fired when a library is removed from the configuration- Specified by:
synapseLibraryRemoved
in interfaceSynapseObserver
- Parameters:
library
- the library removed from the configuration
-
-