|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface EJB3BusinessMethodDesc
EJB3セッションビーンのビジネスメソッドを表現するインターフェースです。
メソッドの概要 | |
---|---|
java.util.List<EJB3InterceptorDesc> |
getInterceptors()
このビジネスメソッドに適用されるインターセプタ定義のリストを返します。 |
java.lang.reflect.Method |
getMethod()
このビジネスメソッドの Method を返します。 |
TransactionAttributeType |
getTransactionAttributeType()
このビジネスメソッドの TransactionAttributeType を返します。 |
メソッドの詳細 |
---|
java.lang.reflect.Method getMethod()
Method
を返します。
Method
TransactionAttributeType getTransactionAttributeType()
TransactionAttributeType
を返します。
TransactionAttributeType
java.util.List<EJB3InterceptorDesc> getInterceptors()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |