public class StatisticSynapseConfigurationObserver extends Object implements SynapseObserver
| Constructor and Description |
|---|
StatisticSynapseConfigurationObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
apiAdded(API api)
Event fired when a api is added to the configuration
|
void |
apiRemoved(API api)
Event fired when a API is removed from the configuration
|
void |
apiUpdated(API api)
Event fired when a API is updated in the configuration
|
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 |
inboundEndpointAdded(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is added to the configuration
|
void |
inboundEndpointRemoved(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is removed to the configuration
|
void |
inboundEndpointUpdated(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is updated in the configuration
|
void |
priorityExecutorAdded(org.apache.synapse.commons.executors.PriorityExecutor exec)
Event fired when a priority executor is added to the configuration
|
void |
priorityExecutorRemoved(org.apache.synapse.commons.executors.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 StatisticSynapseConfigurationObserver()
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 apiAdded(API api)
SynapseObserverapiAdded in interface SynapseObserverapi - the API added to the configurationpublic void apiRemoved(API api)
SynapseObserverapiRemoved in interface SynapseObserverapi - the API removed from the configurationpublic void apiUpdated(API api)
SynapseObserverapiUpdated in interface SynapseObserverapi - the API updated in the configurationpublic void inboundEndpointAdded(InboundEndpoint inboundEndpoint)
SynapseObserverinboundEndpointAdded in interface SynapseObserverinboundEndpoint - the Inbound Endpoint added to the configurationpublic void inboundEndpointRemoved(InboundEndpoint inboundEndpoint)
SynapseObserverinboundEndpointRemoved in interface SynapseObserverinboundEndpoint - the Inbound Endpoint removed to the configurationpublic void inboundEndpointUpdated(InboundEndpoint inboundEndpoint)
SynapseObserverinboundEndpointUpdated in interface SynapseObserverinboundEndpoint - the Inbound Endpoint updated in 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(org.apache.synapse.commons.executors.PriorityExecutor exec)
SynapseObserverpriorityExecutorAdded in interface SynapseObserverexec - the PriorityExecutor added to the configurationpublic void priorityExecutorRemoved(org.apache.synapse.commons.executors.PriorityExecutor exec)
SynapseObserverpriorityExecutorRemoved in interface SynapseObserverexec - the PriorityExecutor removed from the configurationCopyright © 2005–2024 Apache Software Foundation. All rights reserved.