インタフェース
org.seasar.framework.container.DestroyMethodDef の使用

DestroyMethodDef を使用しているパッケージ
org.seasar.framework.container S2コンテナとその構成要素を定義するインターフェースおよび、S2コンテナの振舞いに関連した例外クラスを提供します。  
org.seasar.framework.container.impl S2Containerの実装を提供します。 
org.seasar.framework.container.util S2Container用のユーティリティを提供します。 
 

org.seasar.framework.container での DestroyMethodDef の使用
 

DestroyMethodDef を返す org.seasar.framework.container のメソッド
 DestroyMethodDef DestroyMethodDefAware.getDestroyMethodDef(int index)
          指定されたインデックス番号indexのdestroyメソッド定義を返します。
 

DestroyMethodDef 型のパラメータを持つ org.seasar.framework.container のメソッド
 void DestroyMethodDefAware.addDestroyMethodDef(DestroyMethodDef methodDef)
          destroyメソッド定義を追加します。
 

org.seasar.framework.container.impl での DestroyMethodDef の使用
 

DestroyMethodDef を実装している org.seasar.framework.container.impl のクラス
 class DestroyMethodDefImpl
          DestroyMethodDefの実装クラスです。
 

DestroyMethodDef を返す org.seasar.framework.container.impl のメソッド
 DestroyMethodDef SimpleComponentDef.getDestroyMethodDef(int index)
           
 DestroyMethodDef ComponentDefImpl.getDestroyMethodDef(int index)
           
 

DestroyMethodDef 型のパラメータを持つ org.seasar.framework.container.impl のメソッド
 void SimpleComponentDef.addDestroyMethodDef(DestroyMethodDef methodDef)
           
 void ComponentDefImpl.addDestroyMethodDef(DestroyMethodDef methodDef)
           
 

org.seasar.framework.container.util での DestroyMethodDef の使用
 

DestroyMethodDef を返す org.seasar.framework.container.util のメソッド
 DestroyMethodDef DestroyMethodDefSupport.getDestroyMethodDef(int index)
          DestroyMethodDefを返します。
 

DestroyMethodDef 型のパラメータを持つ org.seasar.framework.container.util のメソッド
 void DestroyMethodDefSupport.addDestroyMethodDef(DestroyMethodDef methodDef)
          DestroyMethodDefを追加します。
 



Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.