public interface DestroyMethodDef extends MethodDef
destroyメソッド・インジェクションとは、 S2コンテナによって管理されているコンポーネントが破棄される際に、 1個以上の任意のメソッド(終了処理メソッド)を実行するという機能です。
コンポーネントのインスタンス定義がsingletonの場合には、
S2コンテナが終了する際にdestroyメソッド・インジェクションが実行されます。
ComponentDeployer.destroy(),
ComponentDef.destroy(),
LaContainer.destroy(),
LaContainerFactory.destroy(),
SingletonLaContainerFactory.destroy()getArgs, getContainer, getExpression, getMethod, getMethodName, setContainer, setExpressionaddArgDef, getArgDef, getArgDefSizeCopyright © 2015 The DBFlute Project. All rights reserved.