|
|||||||||
| Home >> All >> org >> acegisecurity >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.util
Class SimpleMethodInvocation

java.lang.Objectorg.acegisecurity.util.SimpleMethodInvocation
- public class SimpleMethodInvocation
- extends java.lang.Object
Represents the AOP Alliance MethodInvocation.
- Version:
- $Id: SimpleMethodInvocation.java,v 1.1 2005/11/25 04:17:24 benalex Exp $
| Field Summary | |
private java.lang.Object[] |
arguments
|
private java.lang.reflect.Method |
method
|
| Constructor Summary | |
SimpleMethodInvocation()
|
|
SimpleMethodInvocation(java.lang.reflect.Method method,
java.lang.Object[] arguments)
|
|
| Method Summary | |
java.lang.Object[] |
getArguments()
|
java.lang.reflect.Method |
getMethod()
|
java.lang.reflect.AccessibleObject |
getStaticPart()
|
java.lang.Object |
getThis()
|
java.lang.Object |
proceed()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
method
private java.lang.reflect.Method method
arguments
private java.lang.Object[] arguments
| Constructor Detail |
SimpleMethodInvocation
public SimpleMethodInvocation(java.lang.reflect.Method method, java.lang.Object[] arguments)
SimpleMethodInvocation
public SimpleMethodInvocation()
| Method Detail |
getArguments
public java.lang.Object[] getArguments()
getMethod
public java.lang.reflect.Method getMethod()
getStaticPart
public java.lang.reflect.AccessibleObject getStaticPart()
getThis
public java.lang.Object getThis()
proceed
public java.lang.Object proceed() throws java.lang.Throwable
|
|||||||||
| Home >> All >> org >> acegisecurity >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.acegisecurity.util.SimpleMethodInvocation