org.seasar.framework.container.util
クラス DestroyMethodDefSupport
java.lang.Object
org.seasar.framework.container.util.DestroyMethodDefSupport
- public final class DestroyMethodDefSupport
- extends Object
DestroyMethodDef
を補助するクラスです。
- 作成者:
- higa
クラス 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-2008 The Seasar Foundation. All Rights Reserved.