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

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

public interface EJB3BusinessMethodDesc

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

作成者:
koichik

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

メソッドの詳細

getMethod

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

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

getTransactionAttributeType

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

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

getInterceptors

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

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


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