org.seasar.framework.ejb
インタフェース EJB3BusinessMethodDesc

既知の実装クラスの一覧:
EJB3BusinessMethodDescImpl

public interface EJB3BusinessMethodDesc

EJB3セッションビーンのビジネスメソッドを表現するインターフェースです。

作成者:
koichik

メソッドの概要
 java.util.List<EJB3InterceptorDesc> getInterceptors()
          このビジネスメソッドに適用されるインターセプタ定義のリストを返します。
 java.lang.reflect.Method getMethod()
          このビジネスメソッドのMethodを返します。
 TransactionAttributeType getTransactionAttributeType()
          このビジネスメソッドのTransactionAttributeTypeを返します。
 

メソッドの詳細

getMethod

java.lang.reflect.Method getMethod()
このビジネスメソッドのMethodを返します。

戻り値:
このビジネスメソッドのMethod

getTransactionAttributeType

TransactionAttributeType getTransactionAttributeType()
このビジネスメソッドのTransactionAttributeTypeを返します。

戻り値:
このビジネスメソッドのTransactionAttributeType

getInterceptors

java.util.List<EJB3InterceptorDesc> getInterceptors()
このビジネスメソッドに適用されるインターセプタ定義のリストを返します。

戻り値:
このビジネスメソッドに適用されるインターセプタ定義のリスト


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