org.seasar.framework.container.util
クラス DestroyMethodDefSupport

java.lang.Object
  拡張org.seasar.framework.container.util.DestroyMethodDefSupport

public class DestroyMethodDefSupport
extends java.lang.Object

DestroyMethodDefを補助するクラスです。

作成者:
higa

コンストラクタの概要
DestroyMethodDefSupport()
          DestroyMethodDefSupportを作成します。
 
メソッドの概要
 void addDestroyMethodDef(DestroyMethodDef methodDef)
          DestroyMethodDefを追加します。
 DestroyMethodDef getDestroyMethodDef(int index)
          DestroyMethodDefを返します。
 int getDestroyMethodDefSize()
          DestroyMethodDefの数を返します。
 void setContainer(S2Container container)
          S2Containerを設定します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DestroyMethodDefSupport

public DestroyMethodDefSupport()
DestroyMethodDefSupportを作成します。

メソッドの詳細

addDestroyMethodDef

public void addDestroyMethodDef(DestroyMethodDef methodDef)
DestroyMethodDefを追加します。

パラメータ:
methodDef -

getDestroyMethodDefSize

public int getDestroyMethodDefSize()
DestroyMethodDefの数を返します。

戻り値:
DestroyMethodDef

getDestroyMethodDef

public DestroyMethodDef getDestroyMethodDef(int index)
DestroyMethodDefを返します。

パラメータ:
index -
戻り値:
DestroyMethodDef

setContainer

public void setContainer(S2Container container)
S2Containerを設定します。

パラメータ:
container -


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