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