org.seasar.framework.ejb.impl
クラス EJB3BusinessMethodDescImpl
java.lang.Object
org.seasar.framework.ejb.impl.EJB3BusinessMethodDescImpl
- すべての実装されたインタフェース:
- EJB3BusinessMethodDesc
public class EJB3BusinessMethodDescImpl
- extends Object
- implements EJB3BusinessMethodDesc
- 作成者:
- koichik
クラス 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.