|
|||||||||
| Home >> All >> com >> ghettojedi >> aop >> example >> [ tracing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.ghettojedi.aop.example.tracing
Class TracingInterceptor

java.lang.Objectcom.ghettojedi.aop.aspect.BaseInterceptor
com.ghettojedi.aop.example.tracing.TracingInterceptor
- All Implemented Interfaces:
- com.ghettojedi.aop.aspect.Interceptor
- public class TracingInterceptor
- extends com.ghettojedi.aop.aspect.BaseInterceptor
| Constructor Summary | |
TracingInterceptor()
|
|
| Method Summary | |
java.lang.Object |
after(com.ghettojedi.aop.aspect.Invocation invocation,
java.lang.Object returnValue)
|
void |
before(com.ghettojedi.aop.aspect.Invocation invocation)
|
| Methods inherited from class com.ghettojedi.aop.aspect.BaseInterceptor |
around, invoke |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
TracingInterceptor
public TracingInterceptor()
| Method Detail |
before
public void before(com.ghettojedi.aop.aspect.Invocation invocation)
after
public java.lang.Object after(com.ghettojedi.aop.aspect.Invocation invocation, java.lang.Object returnValue)
|
|||||||||
| Home >> All >> com >> ghettojedi >> aop >> example >> [ tracing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC