| org.springframework.beans.factory.DisposableBean
All known Subclasses: org.springframework.scripting.support.ScriptFactoryPostProcessor, org.springframework.aop.target.AbstractPoolingTargetSource, org.springframework.jmx.support.MBeanServerConnectionFactoryBean, org.springframework.scheduling.commonj.TimerManagerFactoryBean, org.springframework.orm.jpa.AbstractEntityManagerFactoryBean, org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean, org.springframework.transaction.jta.JotmFactoryBean, org.springframework.jms.listener.AbstractJmsListeningContainer, org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean, org.springframework.scheduling.timer.TimerTaskExecutor, org.springframework.beans.factory.config.AbstractFactoryBean, org.springframework.scheduling.quartz.SchedulerFactoryBean, org.springframework.jca.support.ResourceAdapterFactoryBean, org.springframework.beans.factory.wiring.BeanConfigurerSupport, org.springframework.beans.factory.support.DisposableBeanAdapter, org.springframework.remoting.rmi.JndiRmiServiceExporter, org.springframework.remoting.rmi.RmiServiceExporter, org.springframework.remoting.rmi.RmiRegistryFactoryBean, org.springframework.jmx.support.ConnectorServerFactoryBean, org.springframework.scheduling.timer.TimerFactoryBean, org.springframework.web.portlet.mvc.PortletWrappingController, org.springframework.web.servlet.mvc.ServletWrappingController, org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator, org.springframework.jms.connection.SingleConnectionFactory, org.springframework.web.servlet.view.XmlViewResolver, org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean, org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor, org.springframework.jmx.support.MBeanServerFactoryBean, org.springframework.jmx.export.MBeanExporter, org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor, org.springframework.jmx.access.MBeanClientInterceptor, org.springframework.orm.hibernate3.AbstractSessionFactoryBean, org.springframework.jdbc.datasource.SingleConnectionDataSource, org.springframework.jca.cci.connection.SingleConnectionFactory, org.springframework.context.support.AbstractApplicationContext, org.springframework.aop.target.ThreadLocalTargetSource, org.springframework.web.servlet.view.ResourceBundleViewResolver, org.springframework.orm.hibernate.LocalSessionFactoryBean, org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor, org.springframework.cache.ehcache.EhCacheManagerFactoryBean, org.springframework.orm.toplink.LocalSessionFactoryBean, org.springframework.web.filter.GenericFilterBean,
Method Summary | |
void | destroy() Invoked by a BeanFactory on destruction of a singleton. |
destroy | void destroy() throws Exception(Code) | | Invoked by a BeanFactory on destruction of a singleton.
throws: Exception - in case of shutdown errors.Exceptions will get logged but not rethrown to allowother beans to release their resources too. |
|
|