|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.ejb.impl.EJB3BusinessMethodDescImpl
public class EJB3BusinessMethodDescImpl
EJB3セッションビーンのビジネスメソッドを表現するクラスです。
フィールドの概要 | |
---|---|
protected EJB3Desc |
ejb3desc
このビジネスメソッドを含むEJB3セッションビーン定義 |
protected java.util.List<EJB3InterceptorDesc> |
interceptors
このビジネスメソッドに適用されるインターセプタ定義の List |
protected java.lang.reflect.Method |
method
このビジネスメソッドの Method |
protected TransactionAttributeType |
transactionAttributeType
このビジネスメソッドの TransactionAttributeType |
コンストラクタの概要 | |
---|---|
EJB3BusinessMethodDescImpl(EJB3Desc ejb3desc,
java.lang.reflect.Method method)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
protected void |
detectInterceptors()
このビジネスメソッドに適用されるインターセプタを検出します。 |
protected void |
detectTransactionAttribute()
ビジネスメソッドの TransactionAttributeType を検出します. |
java.util.List<EJB3InterceptorDesc> |
getInterceptors()
このビジネスメソッドに適用されるインターセプタ定義のリストを返します。 |
java.lang.reflect.Method |
getMethod()
このビジネスメソッドの Method を返します。 |
TransactionAttributeType |
getTransactionAttributeType()
このビジネスメソッドの TransactionAttributeType を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected EJB3Desc ejb3desc
protected java.lang.reflect.Method method
Method
protected TransactionAttributeType transactionAttributeType
TransactionAttributeType
protected java.util.List<EJB3InterceptorDesc> interceptors
List
コンストラクタの詳細 |
---|
public EJB3BusinessMethodDescImpl(EJB3Desc ejb3desc, java.lang.reflect.Method method)
ejb3desc
- このビジネスメソッドを含むEJB3セッションビーン定義method
- このビジネスメソッドのMethod
メソッドの詳細 |
---|
public java.lang.reflect.Method getMethod()
EJB3BusinessMethodDesc
の記述: Method
を返します。
EJB3BusinessMethodDesc
内の getMethod
Method
public TransactionAttributeType getTransactionAttributeType()
EJB3BusinessMethodDesc
の記述: TransactionAttributeType
を返します。
EJB3BusinessMethodDesc
内の getTransactionAttributeType
TransactionAttributeType
public java.util.List<EJB3InterceptorDesc> getInterceptors()
EJB3BusinessMethodDesc
の記述:
EJB3BusinessMethodDesc
内の getInterceptors
protected void detectTransactionAttribute()
TransactionAttributeType
を検出します.
protected void detectInterceptors()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |