接口的使用
org.springframework.beans.factory.SmartInitializingSingleton
使用SmartInitializingSingleton的程序包 程序包 说明 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.org.springframework.cache.interceptor中SmartInitializingSingleton的使用
实现SmartInitializingSingleton的org.springframework.cache.interceptor中的类 修饰符和类型 类 说明 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.org.springframework.cache.jcache.interceptor中SmartInitializingSingleton的使用
实现SmartInitializingSingleton的org.springframework.cache.jcache.interceptor中的类 修饰符和类型 类 说明 classDefaultJCacheOperationSourceThe defaultJCacheOperationSourceimplementation delegating default operations to configurable services with sensible defaults when not present.org.springframework.context.event中SmartInitializingSingleton的使用
实现SmartInitializingSingleton的org.springframework.context.event中的类 修饰符和类型 类 说明 classEventListenerMethodProcessorRegistersEventListenermethods as individualApplicationListenerinstances.org.springframework.jms.annotation中SmartInitializingSingleton的使用
实现SmartInitializingSingleton的org.springframework.jms.annotation中的类 修饰符和类型 类 说明 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.org.springframework.jmx.export中SmartInitializingSingleton的使用
实现SmartInitializingSingleton的org.springframework.jmx.export中的类 修饰符和类型 类 说明 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.org.springframework.jmx.export.annotation中SmartInitializingSingleton的使用
实现SmartInitializingSingleton的org.springframework.jmx.export.annotation中的类 修饰符和类型 类 说明 classAnnotationMBeanExporterConvenient subclass of Spring's standardMBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans:ManagedResource,ManagedAttribute,ManagedOperation, etc.org.springframework.scheduling.annotation中SmartInitializingSingleton的使用
实现SmartInitializingSingleton的org.springframework.scheduling.annotation中的类 修饰符和类型 类 说明 classScheduledAnnotationBeanPostProcessorBean post-processor that registers methods annotated with @Scheduledto be invoked by aTaskScheduleraccording to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.org.springframework.scheduling.config中SmartInitializingSingleton的使用
实现SmartInitializingSingleton的org.springframework.scheduling.config中的类 修饰符和类型 类 说明 classContextLifecycleScheduledTaskRegistrarScheduledTaskRegistrarsubclass which redirects the actual scheduling of tasks to theContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated()callback (as of 4.1.2).org.springframework.web.socket.server.standard中SmartInitializingSingleton的使用
实现SmartInitializingSingleton的org.springframework.web.socket.server.standard中的类 修饰符和类型 类 说明 classServerEndpointExporterDetects beans of typeServerEndpointConfigand registers with the standard Java WebSocket runtime.