org.seasar.framework.container.impl
クラス DestroyMethodDefImpl

java.lang.Object
  拡張org.seasar.framework.container.impl.MethodDefImpl
      拡張org.seasar.framework.container.impl.DestroyMethodDefImpl
すべての実装インタフェース:
ArgDefAware, DestroyMethodDef, MethodDef

public class DestroyMethodDefImpl
extends MethodDefImpl
implements DestroyMethodDef

DestroyMethodDefの実装クラスです。

作成者:
higa
関連項目:
MethodDef

コンストラクタの概要
DestroyMethodDefImpl()
          DestroyMethodDefImplを作成します。
DestroyMethodDefImpl(java.lang.reflect.Method method)
          DestroyMethodDefImplを作成します。
DestroyMethodDefImpl(java.lang.String methodName)
          DestroyMethodDefImplを作成します。
 
クラス org.seasar.framework.container.impl.MethodDefImpl から継承したメソッド
addArgDef, getArgDef, getArgDefSize, getArgs, getContainer, getExpression, getMethod, getMethodName, setContainer, setExpression
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.framework.container.MethodDef から継承したメソッド
getArgs, getContainer, getExpression, getMethod, getMethodName, setContainer, setExpression
 
インタフェース org.seasar.framework.container.ArgDefAware から継承したメソッド
addArgDef, getArgDef, getArgDefSize
 

コンストラクタの詳細

DestroyMethodDefImpl

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


DestroyMethodDefImpl

public DestroyMethodDefImpl(java.lang.reflect.Method method)
DestroyMethodDefImplを作成します。

パラメータ:
method -

DestroyMethodDefImpl

public DestroyMethodDefImpl(java.lang.String methodName)
DestroyMethodDefImplを作成します。

パラメータ:
methodName -


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