Uses of Interface
org.springframework.beans.factory.DisposableBean

Packages that use DisposableBean
org.springframework.aop.target This package contains implementations of the org.springframework.aop.TargetSource interface. 
org.springframework.jdbc.datasource Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations. 
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts. 
org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers. 
org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context. 
org.springframework.scheduling.timer Scheduling convenience classes for the J2SE Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context. 
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
 

Uses of DisposableBean in org.springframework.aop.target
 

Classes in org.springframework.aop.target that implement DisposableBean
 class AbstractPoolingTargetSource
          Abstract uperclass for pooling TargetSources that maintains a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.
 class CommonsPoolTargetSource
          Jakarta Commons pooling implementation extending AbstractPoolingInvokerInterceptor
 class ThreadLocalTargetSource
          Alternative to an object pool.
 

Uses of DisposableBean in org.springframework.jdbc.datasource
 

Classes in org.springframework.jdbc.datasource that implement DisposableBean
 class SingleConnectionDataSource
          Implementation of SmartDataSource that wraps a single connection which is not closed after use.
 

Uses of DisposableBean in org.springframework.orm.hibernate
 

Classes in org.springframework.orm.hibernate that implement DisposableBean
 class LocalSessionFactoryBean
          FactoryBean that creates a local Hibernate SessionFactory instance.
 

Uses of DisposableBean in org.springframework.orm.jdo
 

Classes in org.springframework.orm.jdo that implement DisposableBean
 class LocalPersistenceManagerFactoryBean
          FactoryBean that creates a local JDO PersistenceManager instance.
 

Uses of DisposableBean in org.springframework.remoting.rmi
 

Classes in org.springframework.remoting.rmi that implement DisposableBean
 class RmiServiceExporter
          RMI exporter that exposes the specified service as RMI object with the specified name.
 

Uses of DisposableBean in org.springframework.scheduling.quartz
 

Classes in org.springframework.scheduling.quartz that implement DisposableBean
 class SchedulerFactoryBean
          FactoryBean that sets up a Quartz Scheduler and exposes it for bean references.
 

Uses of DisposableBean in org.springframework.scheduling.timer
 

Classes in org.springframework.scheduling.timer that implement DisposableBean
 class TimerFactoryBean
          FactoryBean that sets up a J2SE Timer and exposes it for bean references.
 

Uses of DisposableBean in org.springframework.transaction.jta
 

Classes in org.springframework.transaction.jta that implement DisposableBean
 class JotmFactoryBean
          FactoryBean that retrieves the JTA UserTransaction/TransactionManager for ObjectWeb's JOTM.
 



Copyright (C) 2003-2004 The Spring Framework Project.