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

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

public final class DestroyMethodDefSupport
extends Object

作成者:
higa

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

コンストラクタの詳細

DestroyMethodDefSupport

public DestroyMethodDefSupport()
メソッドの詳細

addDestroyMethodDef

public void addDestroyMethodDef(DestroyMethodDef methodDef)

getDestroyMethodDefSize

public int getDestroyMethodDefSize()

getDestroyMethodDef

public DestroyMethodDef getDestroyMethodDef(int index)

setContainer

public void setContainer(S2Container container)


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