Interface LocalEntryUndeployCallBack
-
- All Known Implementing Classes:
ConnectionHandler
public interface LocalEntryUndeployCallBack
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLocalEntryUndeploy(String localEntryKey)
Listen for local entry un deploy events and cleanup connections originated by that local entry.
-
-
-
Method Detail
-
onLocalEntryUndeploy
void onLocalEntryUndeploy(String localEntryKey)
Listen for local entry un deploy events and cleanup connections originated by that local entry.
-
-