|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.ejb.impl.EJB3InterceptorSupportInterceptor
public class EJB3InterceptorSupportInterceptor
EJB3のインターセプタをサポートするAOP Alliance準拠のインターセプタです。
フィールドの概要 | |
---|---|
protected Class<?> |
interceptorClass
EJB3インターセプタのクラス |
protected Field |
interceptorField
EJB3インターセプタのインスタンスを保持するEJB3セッションビーンのフィールド。 |
protected Method |
interceptorMethod
AroundInvoke で注釈されたEJB3インターセプタのメソッド |
コンストラクタの概要 | |
---|---|
EJB3InterceptorSupportInterceptor(Class<?> interceptorClass,
Method interceptorMethod)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
Object |
invoke(MethodInvocation invocation)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected Class<?> interceptorClass
protected Method interceptorMethod
AroundInvoke
で注釈されたEJB3インターセプタのメソッド
protected Field interceptorField
このフィールドはEJB3InterceptorSupportInterType
によってセッションビーンのクラスをエンハンスしたサブクラスに追加されます。
コンストラクタの詳細 |
---|
public EJB3InterceptorSupportInterceptor(Class<?> interceptorClass, Method interceptorMethod)
interceptorClass
- EJB3インターセプタのクラスinterceptorMethod
- AroundInvoke
で注釈されたEJB3インターセプタのメソッドメソッドの詳細 |
---|
public Object invoke(MethodInvocation invocation) throws Throwable
MethodInterceptor
内の invoke
Throwable
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |