Interface Invocation
- All Superinterfaces:
- Joinpoint
- All Known Subinterfaces:
- ConstructorInvocation,- MethodInvocation,- ProxyMethodInvocation
- All Known Implementing Classes:
- ReflectiveMethodInvocation
This interface represents an invocation in the program.
 
An invocation is a joinpoint and can be intercepted by an interceptor.
- Author:
- Rod Johnson
- 
Method SummaryModifier and TypeMethodDescriptionGet the arguments as an array object.Methods inherited from interface org.aopalliance.intercept.JoinpointgetStaticPart, getThis, proceed
- 
Method Details- 
getArguments
 
-