org.seasar.framework.aop
インタフェース S2MethodInvocation

すべてのスーパーインタフェース:
Invocation, Joinpoint, MethodInvocation
既知の実装クラスの一覧:
MethodInvocationClassGenerator.MethodInvocationTemplate, NestedMethodInvocation

public interface S2MethodInvocation
extends MethodInvocation

作成者:
koichik

メソッドの概要
 Object getParameter(String name)
           
 Class getTargetClass()
           
 
インタフェース org.aopalliance.intercept.MethodInvocation から継承したメソッド
getMethod
 
インタフェース org.aopalliance.intercept.Invocation から継承したメソッド
getArguments
 
インタフェース org.aopalliance.intercept.Joinpoint から継承したメソッド
getStaticPart, getThis, proceed
 

メソッドの詳細

getTargetClass

public Class getTargetClass()

getParameter

public Object getParameter(String name)


Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.