|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.ejb.impl.AroundInvokeSupportInterceptor
public class AroundInvokeSupportInterceptor
AroundInvoke
で注釈されたメソッドをサポートする、AOP Alliance準拠のインターセプタです。
フィールドの概要 | |
---|---|
protected java.lang.reflect.Method |
aroundInvokeMethod
AroundInvoke で注釈されたメソッド |
コンストラクタの概要 | |
---|---|
AroundInvokeSupportInterceptor(java.lang.reflect.Method method)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
java.lang.Object |
invoke(MethodInvocation invocation)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected java.lang.reflect.Method aroundInvokeMethod
AroundInvoke
で注釈されたメソッド
コンストラクタの詳細 |
---|
public AroundInvokeSupportInterceptor(java.lang.reflect.Method method)
method
- AroundInvoke
で注釈されたメソッドメソッドの詳細 |
---|
public java.lang.Object invoke(MethodInvocation invocation) throws java.lang.Throwable
MethodInterceptor
内の invoke
java.lang.Throwable
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |