|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.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 内の getMethodMethodpublic TransactionAttributeType getTransactionAttributeType()
EJB3BusinessMethodDesc の記述: TransactionAttributeTypeを返します。
EJB3BusinessMethodDesc 内の getTransactionAttributeTypeTransactionAttributeTypepublic java.util.List<EJB3InterceptorDesc> getInterceptors()
EJB3BusinessMethodDesc の記述:
EJB3BusinessMethodDesc 内の getInterceptorsprotected void detectTransactionAttribute()
TransactionAttributeTypeを検出します.
protected void detectInterceptors()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||