インターフェースの使用
org.springframework.beans.factory.SmartInitializingSingleton
SmartInitializingSingleton を使用するパッケージ
パッケージ
説明
AspectJ 5 @Annotated クラスを Spring AOP で使用できるようにするクラス。
AspectJ に基づく自動プロキシを有効にする基本クラス。
宣言的キャッシング境界設定のための AOP ベースのソリューション。
JSR-107 アノテーションを使用した宣言的キャッシュ区分のための AOP ベースのソリューション。
標準コンテキストイベントなどのアプリケーションイベントのサポートクラス。
宣言型 JMS リスナーエンドポイントのアノテーションとサポートクラス。
このパッケージは、JMX MBean としての Spring 管理 Bean の宣言的な作成と登録を提供します。
MBean エクスポージャーのアノテーション。
JPA(Java Persistence API)と Spring コンセプトの統合を提供するパッケージ。
JPA と統合された Hibernate 固有のサポートクラス。
非同期メソッド実行のアノテーションサポート。
XML スキーマが主要な構成形式である、宣言的なスケジューリング構成のサポートパッケージ。
WebSocket リクエスト処理の構成サポート。
標準の JSR-356 WebSocket エンドポイントで使用するサーバー側クラス。
org.springframework.aop.aspectj.annotation 内の SmartInitializingSingleton 使用
修飾子と型クラス説明class現在のアプリケーションコンテキストのすべての AspectJ アノテーションアスペクトと Spring アドバイザーを処理するAspectJAwareAdvisorAutoProxyCreatorサブクラス。org.springframework.aop.aspectj.autoproxy 内の SmartInitializingSingleton 使用
修飾子と型クラス説明classAspectJ の呼び出しコンテキストを公開し、複数のアドバイスが同じアスペクトから来る場合のアドバイスの優先順位に関する AspectJ のルールを理解するAbstractAdvisorAutoProxyCreatorサブクラス。org.springframework.cache.interceptor 内の SmartInitializingSingleton 使用
修飾子と型クラス説明classCacheInterceptorや AspectJ アスペクトなど、アスペクトをキャッシュするための基本クラス。class共通の Spring キャッシングインフラストラクチャ(Cache)を使用した宣言的なキャッシュ管理のための AOP Alliance MethodInterceptor。classプロキシファクトリ Bean により、宣言的なキャッシング処理が簡素化されます。org.springframework.cache.jcache.interceptor 内の SmartInitializingSingleton 使用
org.springframework.context.event 内の SmartInitializingSingleton 使用
org.springframework.jms.annotation 内の SmartInitializingSingleton 使用
修飾子と型クラス説明classアノテーションの属性に従って、JmsListenerContainerFactoryの背後に作成された JMS メッセージリスナーコンテナーによって呼び出されるJmsListenerでアノテーションが付けられたメソッドを登録する Bean ポストプロセッサー。org.springframework.jmx.export 内の SmartInitializingSingleton 使用
SmartInitializingSingleton を実装している org.springframework.jmx.export のクラス修飾子と型クラス説明classSpring 管理の Bean を JMXMBeanServerSE に公開できる JMX エクスポーター。Bean クラスで JMX 固有の情報を定義する必要はありません。org.springframework.jmx.export.annotation 内の SmartInitializingSingleton 使用
修飾子と型クラス説明classSpring の標準MBeanExporterの便利なサブクラスであり、Spring Bean の JMX エクスポージャーのアノテーション使用をアクティブ化します:ManagedResource、ManagedAttribute、ManagedOperationなど。org.springframework.orm.jpa 内の SmartInitializingSingleton 使用
SmartInitializingSingleton を実装している org.springframework.orm.jpa のクラス修飾子と型クラス説明classSpring アプリケーションコンテキスト内にローカル JPAEntityManagerFactoryEE インスタンスを作成する抽象FactoryBean。classJPA の標準コンテナーブートストラップ契約に従って JPAEntityManagerFactoryEE を作成するFactoryBean。classJPA の標準的なスタンドアロンブートストラップ契約に従って JPAEntityManagerFactoryEE を作成するFactoryBean。org.springframework.orm.jpa.hibernate 内の SmartInitializingSingleton 使用
org.springframework.scheduling.annotation 内の SmartInitializingSingleton 使用
修飾子と型クラス説明classアノテーションを介して提供される "fixedRate"、"fixedDelay"、"cron" 式に従って、TaskSchedulerによって呼び出される@Scheduledでアノテーションされたメソッドを登録する Bean ポストプロセッサー。org.springframework.scheduling.config 内の SmartInitializingSingleton 使用
修飾子と型クラス説明classタスクの実際のスケジューリングをContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated()コールバックにリダイレクトするScheduledTaskRegistrarサブクラス(4.1.2 以降)。org.springframework.web.socket.config 内の SmartInitializingSingleton 使用
修飾子と型クラス説明classJava 構成の@EnableWebSocketMessageBrokerと XML の<websocket:message-broker>に付属するセットアップの主要インフラストラクチャコンポーネントから内部状態とカウンタに関する情報を集約するための主要クラス。org.springframework.web.socket.server.standard 内の SmartInitializingSingleton 使用