| org.aopalliance.intercept.Invocation |
Known Indirect Subclasses
|
This interface represents an invocation in the program.
An invocation is a joinpoint and can be intercepted by an interceptor.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the arguments as an array object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.aopalliance.intercept.Joinpoint
| |||||||||||
Get the arguments as an array object. It is possible to change element values within this array to change the arguments.