Uses of Interface
org.springframework.beans.factory.DisposableBean
Packages that use DisposableBean
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Support package for the Java
ServiceLoader facility.Classes supporting the
org.springframework.beans.factory package.Mechanism to determine bean wiring metadata from a bean instance.
-
Uses of DisposableBean in org.springframework.beans.factory.config
Classes in org.springframework.beans.factory.config that implement DisposableBeanModifier and TypeClassDescriptionclassSimple template superclass forFactoryBeanimplementations that creates a singleton or a prototype object, depending on a flag.classSimple factory for shared List instances.classSimple factory for shared Map instances.classAFactoryBeanimplementation that returns a value which is anObjectFactorythat in turn returns a bean sourced from aBeanFactory.classAFactoryBeanimplementation that returns a value which is a JSR-330Providerthat in turn returns a bean sourced from aBeanFactory.classSimple factory for shared Set instances. -
Uses of DisposableBean in org.springframework.beans.factory.serviceloader
Classes in org.springframework.beans.factory.serviceloader that implement DisposableBeanModifier and TypeClassDescriptionclassAbstract base class for FactoryBeans operating on the JDK 1.6ServiceLoaderfacility.classFactoryBeanthat exposes the 'primary' service for the configured service class, obtained through the JDK 1.6ServiceLoaderfacility.classFactoryBeanthat exposes all services for the configured service class, represented as a List of service objects, obtained through the JDK 1.6ServiceLoaderfacility.classFactoryBeanthat exposes the JDK 1.6ServiceLoaderfor the configured service class. -
Uses of DisposableBean in org.springframework.beans.factory.support
Methods in org.springframework.beans.factory.support with parameters of type DisposableBeanModifier and TypeMethodDescriptionprotected voidDefaultSingletonBeanRegistry.destroyBean(String beanName, DisposableBean bean) Destroy the given bean.voidDefaultSingletonBeanRegistry.registerDisposableBean(String beanName, DisposableBean bean) Add the given bean to the list of disposable beans in this registry. -
Uses of DisposableBean in org.springframework.beans.factory.wiring
Classes in org.springframework.beans.factory.wiring that implement DisposableBeanModifier and TypeClassDescriptionclassConvenient base class for bean configurers that can perform Dependency Injection on objects (however they may be created).