Hello there,
Howdy. I'm wondering why only ConfigurableApplicationContext has close() method but not ApplicationContext interface.
I'm writing some JMX MBeans to start and stop remote servers and I need to cast the ApplicationContext interface to a GenericApplicationContext which isnt a good thing to do.
What was the thought behind leaving this method in ApplicationContext interface.
Any thoughts are greatly appreciated.
Thanks,
Venkatesh


Reply With Quote