|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.pvm.internal.svc.Interceptor
org.jbpm.pvm.internal.svc.RetryInterceptor
org.jbpm.pvm.internal.tx.JtaRetryInterceptor
public class JtaRetryInterceptor
| Field Summary |
|---|
| Fields inherited from class org.jbpm.pvm.internal.svc.Interceptor |
|---|
next |
| Fields inherited from interface org.jbpm.pvm.internal.cmd.CommandService |
|---|
NAME_NEW_TX_REQUIRED_COMMAND_SERVICE, NAME_TX_REQUIRED_COMMAND_SERVICE |
| Constructor Summary | |
|---|---|
JtaRetryInterceptor()
|
|
| Method Summary | ||
|---|---|---|
|
execute(Command<T> command)
|
|
|
executeWithoutRetry(Command<T> command)
|
|
|
executeWithRetry(Command<T> command)
|
|
| Methods inherited from class org.jbpm.pvm.internal.svc.RetryInterceptor |
|---|
getDelay, getDelayFactor, getRetries, isCausedByOptimisticLockingFailure, setDelay, setDelayFactor, setRetries |
| Methods inherited from class org.jbpm.pvm.internal.svc.Interceptor |
|---|
getNext, setNext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JtaRetryInterceptor()
| Method Detail |
|---|
public <T> T execute(Command<T> command)
execute in interface CommandServiceexecute in class RetryInterceptorpublic <T> T executeWithRetry(Command<T> command)
public <T> T executeWithoutRetry(Command<T> command)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||