|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvocationTarget<T>
Provides informations on the invocation process currently performed on a bean method.
Method Summary | |
---|---|
Object |
getBean()
Gets the instance of the targeted bean. |
String |
getMethodName()
Gets the name of the method currently called. |
Object[] |
getParameters()
Gets the parameters arguments passed in this method call. |
T |
proceed()
The code advice must called this method in order to forward the method call to the destination object or to the next code advice in the chain of control. |
void |
setParameters(Object[] args)
Changes the parameters arguments passed to the method. |
Method Detail |
---|
Object getBean()
String getMethodName()
Object[] getParameters()
void setParameters(Object[] args)
args
- The new parameters arguments.T proceed() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |