com.bstek.dorado.util.proxy
public class ChainedMethodInvocation extends java.lang.Object implements org.aopalliance.intercept.MethodInvocation
Constructor and Description |
---|
ChainedMethodInvocation(java.lang.Object proxy,
java.lang.Object object,
java.lang.reflect.Method method,
java.lang.Object[] arguments,
MethodInterceptorChain methodInterceptorChain) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getArguments() |
java.lang.reflect.Method |
getMethod() |
org.aopalliance.intercept.MethodInterceptor |
getNextMethodInterceptor()
返回用于迭代所有子方法拦截器的迭代器。
|
java.lang.Object |
getProxy() |
java.lang.reflect.AccessibleObject |
getStaticPart() |
java.lang.Object |
getThis() |
java.lang.Object |
proceed() |
public ChainedMethodInvocation(java.lang.Object proxy, java.lang.Object object, java.lang.reflect.Method method, java.lang.Object[] arguments, MethodInterceptorChain methodInterceptorChain)
public java.lang.Object getProxy()
public java.lang.Object getThis()
getThis
in interface org.aopalliance.intercept.Joinpoint
public java.lang.reflect.Method getMethod()
getMethod
in interface org.aopalliance.intercept.MethodInvocation
public java.lang.Object[] getArguments()
getArguments
in interface org.aopalliance.intercept.Invocation
public java.lang.reflect.AccessibleObject getStaticPart()
getStaticPart
in interface org.aopalliance.intercept.Joinpoint
public org.aopalliance.intercept.MethodInterceptor getNextMethodInterceptor()
public java.lang.Object proceed() throws java.lang.Throwable
proceed
in interface org.aopalliance.intercept.Joinpoint
java.lang.Throwable
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.