Class LocalEntryUndeployObserver

  • All Implemented Interfaces:
    org.apache.synapse.config.SynapseObserver

    public class LocalEntryUndeployObserver
    extends org.apache.synapse.config.AbstractSynapseObserver
    Listen for local entry un deploy events and cleanup connections originated by that local entry.
    • Field Summary

      • Fields inherited from class org.apache.synapse.config.AbstractSynapseObserver

        log
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void entryRemoved​(org.apache.synapse.config.Entry entry)  
      boolean equals​(Object o)  
      int hashCode()  
      void setCallback​(LocalEntryUndeployCallBack callback)  
      • Methods inherited from class org.apache.synapse.config.AbstractSynapseObserver

        apiAdded, apiRemoved, apiUpdated, endpointAdded, endpointRemoved, entryAdded, eventSourceAdded, eventSourceRemoved, inboundEndpointAdded, inboundEndpointRemoved, inboundEndpointUpdated, priorityExecutorAdded, priorityExecutorRemoved, proxyServiceAdded, proxyServiceRemoved, sequenceAdded, sequenceRemoved, sequenceTemplateAdded, sequenceTemplateRemoved, startupAdded, startupRemoved, synapseLibraryAdded, synapseLibraryRemoved
    • Constructor Detail

      • LocalEntryUndeployObserver

        public LocalEntryUndeployObserver​(String localEntryName)
    • Method Detail

      • entryRemoved

        public void entryRemoved​(org.apache.synapse.config.Entry entry)
        Specified by:
        entryRemoved in interface org.apache.synapse.config.SynapseObserver
        Overrides:
        entryRemoved in class org.apache.synapse.config.AbstractSynapseObserver
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object