|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jzeno.aop.AbstractAspect
net.sf.jzeno.aop.EvictTrapAspect
public class EvictTrapAspect
This aspect starts and stops evict trapping for the DomainCache
Field Summary |
---|
Fields inherited from class net.sf.jzeno.aop.AbstractAspect |
---|
afterException, beforeException, his, nextAspect, primaryException |
Constructor Summary | |
---|---|
EvictTrapAspect(Aspect nextAspect,
java.lang.Object target)
|
Method Summary | |
---|---|
void |
postProcess(java.lang.reflect.Method method,
java.lang.Object[] arguments)
|
void |
preProcess(java.lang.reflect.Method method,
java.lang.Object[] arguments)
|
Methods inherited from class net.sf.jzeno.aop.AbstractAspect |
---|
getNextAspect, invoke, process, setNextAspect |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvictTrapAspect(Aspect nextAspect, java.lang.Object target)
nextAspect
- target
- Method Detail |
---|
public void preProcess(java.lang.reflect.Method method, java.lang.Object[] arguments) throws java.lang.Exception
preProcess
in class AbstractAspect
java.lang.Exception
AbstractAspect.preProcess(Method, Object[])
public void postProcess(java.lang.reflect.Method method, java.lang.Object[] arguments) throws java.lang.Exception
postProcess
in class AbstractAspect
java.lang.Exception
AbstractAspect.postProcess(Method, Object[])
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |