|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface TransactionRetryIf a transaction fails to commit retry the operation.
| Optional Element Summary | |
|---|---|
int |
numRetries
Deprecated. |
long |
waitTime
Deprecated. |
java.util.concurrent.TimeUnit |
waitTimeUnit
Deprecated. |
public abstract int numRetries
public abstract long waitTime
public abstract java.util.concurrent.TimeUnit waitTimeUnit
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||