Uses of Interface
org.springframework.beans.factory.SmartInitializingSingleton
Packages that use SmartInitializingSingleton Package Description org.springframework.cache.interceptor AOP-based solution for declarative caching demarcation.org.springframework.cache.jcache.interceptor AOP-based solution for declarative caching demarcation using JSR-107 annotations.org.springframework.context.event Support classes for application events, like standard context events.org.springframework.jms.annotation Annotations and support classes for declarative JMS listener endpoints.org.springframework.jmx.export This package provides declarative creation and registration of Spring-managed beans as JMX MBeans.org.springframework.jmx.export.annotation Java 5 annotations for MBean exposure.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.scheduling.config Support package for declarative scheduling configuration, with XML schema being the primary configuration format.org.springframework.web.socket.server.standard Server-side classes for use with standard JSR-356 WebSocket endpoints.Uses of SmartInitializingSingleton in org.springframework.cache.interceptor
Classes in org.springframework.cache.interceptor that implement SmartInitializingSingleton Modifier and Type Class Description classCacheAspectSupportBase class for caching aspects, such as theCacheInterceptoror an AspectJ aspect.classCacheInterceptorAOP Alliance MethodInterceptor for declarative cache management using the common Spring caching infrastructure (Cache).classCacheProxyFactoryBeanProxy factory bean for simplified declarative caching handling.Uses of SmartInitializingSingleton in org.springframework.cache.jcache.interceptor
Classes in org.springframework.cache.jcache.interceptor that implement SmartInitializingSingleton Modifier and Type Class Description classDefaultJCacheOperationSourceThe defaultJCacheOperationSourceimplementation delegating default operations to configurable services with sensible defaults when not present.Uses of SmartInitializingSingleton in org.springframework.context.event
Classes in org.springframework.context.event that implement SmartInitializingSingleton Modifier and Type Class Description classEventListenerMethodProcessorRegistersEventListenermethods as individualApplicationListenerinstances.Uses of SmartInitializingSingleton in org.springframework.jms.annotation
Classes in org.springframework.jms.annotation that implement SmartInitializingSingleton Modifier and Type Class Description classJmsListenerAnnotationBeanPostProcessorBean post-processor that registers methods annotated withJmsListenerto be invoked by a JMS message listener container created under the cover by aJmsListenerContainerFactoryaccording to the attributes of the annotation.Uses of SmartInitializingSingleton in org.springframework.jmx.export
Classes in org.springframework.jmx.export that implement SmartInitializingSingleton Modifier and Type Class Description classMBeanExporterJMX exporter that allows for exposing any Spring-managed bean to a JMXMBeanServer, without the need to define any JMX-specific information in the bean classes.Uses of SmartInitializingSingleton in org.springframework.jmx.export.annotation
Classes in org.springframework.jmx.export.annotation that implement SmartInitializingSingleton Modifier and Type Class Description classAnnotationMBeanExporterConvenient subclass of Spring's standardMBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans:ManagedResource,ManagedAttribute,ManagedOperation, etc.Uses of SmartInitializingSingleton in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation that implement SmartInitializingSingleton Modifier and Type Class Description classScheduledAnnotationBeanPostProcessorBean post-processor that registers methods annotated with @Scheduledto be invoked by aTaskScheduleraccording to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.Uses of SmartInitializingSingleton in org.springframework.scheduling.config
Classes in org.springframework.scheduling.config that implement SmartInitializingSingleton Modifier and Type Class Description classContextLifecycleScheduledTaskRegistrarScheduledTaskRegistrarsubclass which redirects the actual scheduling of tasks to theContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated()callback (as of 4.1.2).Uses of SmartInitializingSingleton in org.springframework.web.socket.server.standard
Classes in org.springframework.web.socket.server.standard that implement SmartInitializingSingleton Modifier and Type Class Description classServerEndpointExporterDetects beans of typeServerEndpointConfigand registers with the standard Java WebSocket runtime.