Class LocalEntryUndeployObserver
- java.lang.Object
-
- org.apache.synapse.config.AbstractSynapseObserver
-
- org.wso2.carbon.connector.core.connection.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.
-
-
Constructor Summary
Constructors Constructor Description LocalEntryUndeployObserver(String localEntryName)
-
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 interfaceorg.apache.synapse.config.SynapseObserver
- Overrides:
entryRemoved
in classorg.apache.synapse.config.AbstractSynapseObserver
-
setCallback
public void setCallback(LocalEntryUndeployCallBack callback)
-
-