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

java.lang.Objectcom.ghettojedi.aop.aspect.AdvisableInterceptor
- All Implemented Interfaces:
- Interceptor
- public class AdvisableInterceptor
- extends java.lang.Object
- implements Interceptor
- extends java.lang.Object
| Constructor Summary | |
AdvisableInterceptor()
|
|
| Method Summary | |
java.lang.Object |
invoke(Invocation invocation)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
AdvisableInterceptor
public AdvisableInterceptor()
| Method Detail |
invoke
public java.lang.Object invoke(Invocation invocation) throws java.lang.Throwable
- Specified by:
invokein interfaceInterceptor
|
|||||||||
| Home >> All >> com >> ghettojedi >> aop >> [ aspect overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.ghettojedi.aop.aspect.AdvisableInterceptor