org.seasar.tuigwaa.logic.aop
クラス MethodDecorateInterceptorImpl

java.lang.Object
  拡張org.seasar.tuigwaa.logic.aop.MethodDecorateInterceptorImpl
すべての実装インタフェース:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, MethodDecorateInterceptor, org.aopalliance.intercept.MethodInterceptor

public class MethodDecorateInterceptorImpl
extends Object
implements org.aopalliance.intercept.MethodInterceptor, MethodDecorateInterceptor


フィールドの概要
 
インタフェース org.seasar.tuigwaa.logic.aop.MethodDecorateInterceptor から継承したフィールド
METHOD_AFTER, METHOD_BEFORE, METHOD_DELEGATE
 
コンストラクタの概要
MethodDecorateInterceptorImpl()
           
 
メソッドの概要
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 void setRegister(MethodRegister register)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MethodDecorateInterceptorImpl

public MethodDecorateInterceptorImpl()
メソッドの詳細

setRegister

public void setRegister(MethodRegister register)

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable
定義:
インタフェース org.aopalliance.intercept.MethodInterceptor 内の invoke
例外:
Throwable


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.