org.seasar.tuigwaa.logic.aop
インタフェース MethodRegister

既知の実装クラスの一覧:
DataServiceMethodRegisterImpl

public interface MethodRegister


メソッドの概要
 MethodInvoker[] getAfterMethodInvokers(org.aopalliance.intercept.MethodInvocation invocation)
           
 MethodInvoker[] getBeforeMethodInvokers(org.aopalliance.intercept.MethodInvocation invocation)
           
 MethodInvoker getDelegateMethodInvoker(org.aopalliance.intercept.MethodInvocation invocation)
           
 

メソッドの詳細

getBeforeMethodInvokers

public MethodInvoker[] getBeforeMethodInvokers(org.aopalliance.intercept.MethodInvocation invocation)

getDelegateMethodInvoker

public MethodInvoker getDelegateMethodInvoker(org.aopalliance.intercept.MethodInvocation invocation)

getAfterMethodInvokers

public MethodInvoker[] getAfterMethodInvokers(org.aopalliance.intercept.MethodInvocation invocation)


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