org.seasar.framework.ejb.impl
クラス EJB3BusinessMethodDescImpl

java.lang.Object
  上位を拡張 org.seasar.framework.ejb.impl.EJB3BusinessMethodDescImpl
すべての実装されたインタフェース:
EJB3BusinessMethodDesc

public class EJB3BusinessMethodDescImpl
extends Object
implements EJB3BusinessMethodDesc

作成者:
koichik

フィールドの概要
protected  EJB3Desc ejb3desc
           
protected  List<EJB3InterceptorDesc> interceptors
           
protected  Method method
           
protected  TransactionAttributeType transactionAttributeType
           
 
コンストラクタの概要
EJB3BusinessMethodDescImpl(EJB3Desc ejb3desc, Method method)
           
 
メソッドの概要
protected  void detectInterceptors()
           
protected  void detectTransactionAttribute()
           
 List<EJB3InterceptorDesc> getInterceptors()
           
 Method getMethod()
           
 TransactionAttributeType getTransactionAttributeType()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ejb3desc

protected EJB3Desc ejb3desc

method

protected Method method

transactionAttributeType

protected TransactionAttributeType transactionAttributeType

interceptors

protected List<EJB3InterceptorDesc> interceptors
コンストラクタの詳細

EJB3BusinessMethodDescImpl

public EJB3BusinessMethodDescImpl(EJB3Desc ejb3desc,
                                  Method method)
メソッドの詳細

getMethod

public Method getMethod()
定義:
インタフェース EJB3BusinessMethodDesc 内の getMethod

getTransactionAttributeType

public TransactionAttributeType getTransactionAttributeType()
定義:
インタフェース EJB3BusinessMethodDesc 内の getTransactionAttributeType

getInterceptors

public List<EJB3InterceptorDesc> getInterceptors()
定義:
インタフェース EJB3BusinessMethodDesc 内の getInterceptors

detectTransactionAttribute

protected void detectTransactionAttribute()

detectInterceptors

protected void detectInterceptors()


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.