org.seasar.framework.container
インタフェース InitMethodDefAware

既知のサブインタフェースの一覧:
ComponentDef, TooManyRegistrationComponentDef
既知の実装クラスの一覧:
ComponentDefImpl, SimpleComponentDef, TooManyRegistrationComponentDefImpl

public interface InitMethodDefAware

このインターフェースは、 initメソッド定義を登録および取得することができるオブジェクトを表します。

initメソッド定義は複数登録することが出来ます。 initメソッド定義の取得はインデックス番号を指定して行います。

作成者:
higa, belltree
関連項目:
InitMethodDef

メソッドの概要
 void addInitMethodDef(InitMethodDef methodDef)
          initメソッド定義を追加します。
 InitMethodDef getInitMethodDef(int index)
          指定されたインデックス番号indexのinitメソッド定義を返します。
 int getInitMethodDefSize()
          登録されているinitメソッド定義の数を返します。
 

メソッドの詳細

addInitMethodDef

public void addInitMethodDef(InitMethodDef methodDef)
initメソッド定義を追加します。

パラメータ:
methodDef - initメソッド定義

getInitMethodDefSize

public int getInitMethodDefSize()
登録されているinitメソッド定義の数を返します。

戻り値:
登録されているinitメソッド定義の数

getInitMethodDef

public InitMethodDef getInitMethodDef(int index)
指定されたインデックス番号indexのinitメソッド定義を返します。

インデックス番号は、 登録した順番に 0,1,2,… となります。

パラメータ:
index - initメソッド定義を指定するインデックス番号
戻り値:
initメソッド定義


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