|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MIInterceptor
Interface that interceptor notifies to.
Method Summary | |
---|---|
void |
notifyCall(java.lang.String method)
Invoked when intercepted method is called. |
void |
notifyReturn(java.lang.String method)
Invoked when interpected method returns. |
Method Detail |
---|
void notifyCall(java.lang.String method) throws SOFAException
method
- Name of the method that has been called.
SOFAException
void notifyReturn(java.lang.String method) throws SOFAException
method
- Name of the method that returns.
SOFAException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |