INT-1502: implement doStop()

This commit is contained in:
Dave Syer
2010-10-07 16:49:19 -07:00
parent 71c7872270
commit 3ddc163217

View File

@@ -285,6 +285,10 @@ public class IntegrationMBeanExporter extends MBeanExporter implements BeanPostP
}
protected void doStop() {
unregisterBeans();
channelsByName.clear();
handlersByName.clear();
sourcesByName.clear();
}
protected void doStart() {