Uses of Interface
org.springframework.beans.factory.SmartInitializingSingleton
Package
Description
AOP-based solution for declarative caching demarcation.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
Support classes for application events, like standard context events.
Annotations and support classes for declarative JMS listener endpoints.
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
Annotations for MBean exposure.
Annotation support for asynchronous method execution.
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
Configuration support for WebSocket request handling.
Server-side classes for use with standard JSR-356 WebSocket endpoints.
-
Uses of SmartInitializingSingleton in org.springframework.cache.interceptor
Modifier and TypeClassDescriptionclass
Base class for caching aspects, such as theCacheInterceptor
or an AspectJ aspect.class
AOP Alliance MethodInterceptor for declarative cache management using the common Spring caching infrastructure (Cache
).class
Proxy factory bean for simplified declarative caching handling. -
Uses of SmartInitializingSingleton in org.springframework.cache.jcache.interceptor
Modifier and TypeClassDescriptionclass
The defaultJCacheOperationSource
implementation delegating default operations to configurable services with sensible defaults when not present. -
Uses of SmartInitializingSingleton in org.springframework.context.event
Modifier and TypeClassDescriptionclass
RegistersEventListener
methods as individualApplicationListener
instances. -
Uses of SmartInitializingSingleton in org.springframework.jms.annotation
Modifier and TypeClassDescriptionclass
Bean post-processor that registers methods annotated withJmsListener
to be invoked by a JMS message listener container created under the cover by aJmsListenerContainerFactory
according to the attributes of the annotation. -
Uses of SmartInitializingSingleton in org.springframework.jmx.export
Modifier and TypeClassDescriptionclass
JMX 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
Modifier and TypeClassDescriptionclass
Convenient subclass of Spring's standardMBeanExporter
, activating annotation usage for JMX exposure of Spring beans:ManagedResource
,ManagedAttribute
,ManagedOperation
, etc. -
Uses of SmartInitializingSingleton in org.springframework.scheduling.annotation
Modifier and TypeClassDescriptionclass
Bean post-processor that registers methods annotated with@Scheduled
to be invoked by aTaskScheduler
according to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation. -
Uses of SmartInitializingSingleton in org.springframework.scheduling.config
Modifier and TypeClassDescriptionclass
ScheduledTaskRegistrar
subclass which redirects the actual scheduling of tasks to theContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated()
callback (as of 4.1.2). -
Uses of SmartInitializingSingleton in org.springframework.web.socket.config
Modifier and TypeClassDescriptionclass
A central class for aggregating information about internal state and counters from key infrastructure components of the setup that comes with@EnableWebSocketMessageBroker
for Java config and<websocket:message-broker>
for XML. -
Uses of SmartInitializingSingleton in org.springframework.web.socket.server.standard
Modifier and TypeClassDescriptionclass
Detects beans of typeServerEndpointConfig
and registers with the standard Jakarta WebSocket runtime.