org.seasar.framework.ejb.impl
クラス AroundInvokeSupportInterceptor
java.lang.Object
org.seasar.framework.ejb.impl.AroundInvokeSupportInterceptor
- すべての実装されたインタフェース:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class AroundInvokeSupportInterceptor
- extends Object
- implements org.aopalliance.intercept.MethodInterceptor
AroundInvoke
で注釈されたメソッドをサポートする、AOP Alliance準拠のインターセプタです。
- 作成者:
- koichik
メソッドの概要 |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aroundInvokeMethod
protected Method aroundInvokeMethod
AroundInvoke
で注釈されたメソッド
AroundInvokeSupportInterceptor
public AroundInvokeSupportInterceptor(Method method)
- インスタンスを構築します。
- パラメータ:
method
- AroundInvoke
で注釈されたメソッド
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws Throwable
- 定義:
- インタフェース
org.aopalliance.intercept.MethodInterceptor
内の invoke
- 例外:
Throwable
Copyright ? 2004-2007 The Seasar Foundation. All Rights Reserved.