クラスの使用
org.springframework.util.MethodInvoker
MethodInvoker を使用するパッケージ
パッケージ
説明
Bean ファクトリの SPI インターフェースおよび構成関連の便利なクラス。
Bean のリストをソートおよび保持するためのユーティリティクラスなど、org.springframework.beans パッケージをサポートするクラス。
オープンソーススケジューラ Quartz のサポートクラス。Quartz スケジューラ、JobDetails、トリガーを Spring コンテキストの Bean として設定できます。
スケジューリングの汎用サポートクラス。
org.springframework.beans.factory.config 内の MethodInvoker 使用
修飾子と型クラス説明class
単純なメソッド呼び出し Bean: (MethodInvokingFactoryBean
とは対照的に)結果がコンテナーに公開されることを期待せずに、ターゲットメソッドを呼び出すだけです。class
静的メソッドまたはインスタンスメソッドの呼び出しの結果である値を返すFactoryBean
。org.springframework.beans.support 内の MethodInvoker 使用
org.springframework.scheduling.quartz 内の MethodInvoker 使用
型 MethodInvoker のパラメーターを持つ org.springframework.scheduling.quartz のメソッド修飾子と型メソッド説明void
MethodInvokingJobDetailFactoryBean.MethodInvokingJob.setMethodInvoker
(MethodInvoker methodInvoker) 使用する MethodInvoker を設定します。型 MethodInvoker のパラメーターを持つ org.springframework.scheduling.quartz のコンストラクター修飾子コンストラクター説明JobMethodInvocationFailedException
(MethodInvoker methodInvoker, ThrowableSE cause) JobMethodInvocationFailedException のコンストラクター。org.springframework.scheduling.support 内の MethodInvoker 使用