|
|||||||||
| 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 BaseInterceptor

java.lang.Objectcom.ghettojedi.aop.aspect.BaseInterceptor
- All Implemented Interfaces:
- Interceptor
- public class BaseInterceptor
- extends java.lang.Object
- implements Interceptor
- extends java.lang.Object
| Constructor Summary | |
BaseInterceptor()
|
|
| Method Summary | |
java.lang.Object |
after(Invocation invocation,
java.lang.Object returnValue)
|
java.lang.Object |
around(Invocation invocation)
|
void |
before(Invocation invocation)
|
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 |
BaseInterceptor
public BaseInterceptor()
| Method Detail |
invoke
public java.lang.Object invoke(Invocation invocation) throws java.lang.Throwable
- Specified by:
invokein interfaceInterceptor
around
public java.lang.Object around(Invocation invocation) throws java.lang.Throwable
before
public void before(Invocation invocation)
after
public java.lang.Object after(Invocation invocation, java.lang.Object returnValue)
|
|||||||||
| 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.BaseInterceptor