クラス MethodInvokingReleaseStrategy
java.lang.ObjectSE
org.springframework.integration.aggregator.MethodInvokingReleaseStrategy
- 実装済みのインターフェース一覧:
Aware、BeanFactoryAware、Lifecycle、ReleaseStrategy、ManageableLifecycle
public class MethodInvokingReleaseStrategy
extends ObjectSE
implements ReleaseStrategy, BeanFactoryAware, ManageableLifecycle
プレーンオールド Java オブジェクトのメソッドを呼び出す
ReleaseStrategy。- 作成者:
- Marius Bogoevici, Dave Syer, Artme Bilan
コンストラクター概要
コンストラクターコンストラクター説明MethodInvokingReleaseStrategy(ObjectSE object, MethodSE method) MethodInvokingReleaseStrategy(ObjectSE object, StringSE methodName) 方法の概要
修飾子と型メソッド説明booleancanRelease(MessageGroup messages) booleanvoidsetBeanFactory(BeanFactory beanFactory) voidsetConversionService(ConversionService conversionService) voidstart()voidstop()
コンストラクターの詳細
MethodInvokingReleaseStrategy
MethodInvokingReleaseStrategy
方法の詳細
setConversionService
setBeanFactory
- 次で指定:
- インターフェース
BeanFactoryAware内のsetBeanFactory
canRelease
- 次で指定:
- インターフェース
ReleaseStrategy内のcanRelease
start
public void start()- 次で指定:
- インターフェース
Lifecycle内のstart - 次で指定:
- インターフェース
ManageableLifecycle内のstart
stop
public void stop()- 次で指定:
- インターフェース
Lifecycle内のstop - 次で指定:
- インターフェース
ManageableLifecycle内のstop
isRunning
public boolean isRunning()- 次で指定:
- インターフェース
Lifecycle内のisRunning - 次で指定:
- インターフェース
ManageableLifecycle内のisRunning