|
|||||||||
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.RetryDeadlockAspect
public class RetryDeadlockAspect
This aspect takes care of retrying a business call when a dead-lock occurs. It retries for a maximum number of times.
Field Summary |
---|
Fields inherited from class net.sf.jzeno.aop.AbstractAspect |
---|
afterException, beforeException, his, nextAspect, primaryException |
Constructor Summary | |
---|---|
RetryDeadlockAspect(Aspect nextAspect)
|
Method Summary | |
---|---|
java.lang.Object |
process(java.lang.reflect.Method method,
java.lang.Object[] arguments)
|
Methods inherited from class net.sf.jzeno.aop.AbstractAspect |
---|
getNextAspect, invoke, postProcess, preProcess, setNextAspect |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RetryDeadlockAspect(Aspect nextAspect)
nextAspect
- target
- Method Detail |
---|
public java.lang.Object process(java.lang.reflect.Method method, java.lang.Object[] arguments) throws java.lang.Throwable
process
in class AbstractAspect
java.lang.Throwable
AbstractAspect.process(Method, Object[])
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |