public class AopAllianceMethodInvocationAdapter
extends java.lang.Object
implements org.apache.shiro.aop.MethodInvocation
| Constructor and Description |
|---|
AopAllianceMethodInvocationAdapter(org.aopalliance.intercept.MethodInvocation mi) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getArguments() |
java.lang.reflect.Method |
getMethod() |
java.lang.Object |
getThis() |
java.lang.Object |
proceed() |
java.lang.String |
toString() |
public AopAllianceMethodInvocationAdapter(org.aopalliance.intercept.MethodInvocation mi)
public java.lang.reflect.Method getMethod()
getMethod in interface org.apache.shiro.aop.MethodInvocationpublic java.lang.Object[] getArguments()
getArguments in interface org.apache.shiro.aop.MethodInvocationpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object proceed()
throws java.lang.Throwable
proceed in interface org.apache.shiro.aop.MethodInvocationjava.lang.Throwablepublic java.lang.Object getThis()
getThis in interface org.apache.shiro.aop.MethodInvocationCopyright © 2010-2020. All Rights Reserved.