Class StatisticSynapseConfigurationObserver

    • Constructor Detail

      • StatisticSynapseConfigurationObserver

        public StatisticSynapseConfigurationObserver()
    • 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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        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 interface SynapseObserver
        Parameters:
        library - the library removed from the configuration