|
||||||||||
前 次 | フレームあり フレームなし |
EJB3Desc を使用しているパッケージ | |
---|---|
org.seasar.framework.container.factory.aspect | Tigerアノテーションを読み取りAspectDef を作成するクラスを提供します。 |
org.seasar.framework.container.factory.intertype | Tigerアノテーションを読み取りInterTypeDef を作成するクラスを提供します。 |
org.seasar.framework.ejb | |
org.seasar.framework.ejb.impl |
org.seasar.framework.container.factory.aspect での EJB3Desc の使用 |
---|
EJB3Desc 型のパラメータを持つ org.seasar.framework.container.factory.aspect のメソッド | |
---|---|
protected void |
EJB3AnnotationAspectDefBuilder.appendEJB3AroundInvokeAspect(ComponentDef componentDef,
EJB3Desc ejb3desc)
AroundInvoke アノテーションを読み取りアスペクト定義 を作成してコンポーネント定義 に追加します。 |
protected void |
EJB3AnnotationAspectDefBuilder.appendEJB3InterceptorsAspect(ComponentDef componentDef,
EJB3Desc ejb3desc)
Interceptors アノテーションを読み取りアスペクト定義 を作成してコンポーネント定義 に追加します。 |
protected void |
EJB3AnnotationAspectDefBuilder.appendEJB3TxAspect(ComponentDef componentDef,
EJB3Desc ejb3desc)
TransactionAttribute アノテーションを読み取りアスペクト定義 を作成してコンポーネント定義 に追加します。 |
org.seasar.framework.container.factory.intertype での EJB3Desc の使用 |
---|
EJB3Desc 型のパラメータを持つ org.seasar.framework.container.factory.intertype のメソッド | |
---|---|
protected Set<Class<?>> |
EJB3IntertypeDefBuilder.getInterceptorClasses(EJB3Desc ejb3desc)
Interceptors アノテーションで指定されたインターセプタクラスの配列を返します。 |
org.seasar.framework.ejb での EJB3Desc の使用 |
---|
EJB3Desc を返す org.seasar.framework.ejb のメソッド | |
---|---|
EJB3Desc |
EJB3InterceptorDesc.getEJB3Desc()
|
static EJB3Desc |
EJB3DescFactory.getEJB3Desc(Class<?> beanClass)
|
org.seasar.framework.ejb.impl での EJB3Desc の使用 |
---|
EJB3Desc を実装している org.seasar.framework.ejb.impl のクラス | |
---|---|
class |
EJB3DescImpl
|
EJB3Desc として宣言されている org.seasar.framework.ejb.impl のフィールド | |
---|---|
protected EJB3Desc |
EJB3InterceptorDescImpl.ejb3desc
|
protected EJB3Desc |
EJB3BusinessMethodDescImpl.ejb3desc
|
EJB3Desc を返す org.seasar.framework.ejb.impl のメソッド | |
---|---|
EJB3Desc |
EJB3InterceptorDescImpl.getEJB3Desc()
|
EJB3Desc 型のパラメータを持つ org.seasar.framework.ejb.impl のコンストラクタ | |
---|---|
EJB3BusinessMethodDescImpl(EJB3Desc ejb3desc,
Method method)
|
|
EJB3InterceptorDescImpl(EJB3Desc ejb3desc,
Class<?> interceptorClass)
|
|
||||||||||
前 次 | フレームあり フレームなし |