|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.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 内の invokejava.lang.Throwable
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||