Package org.jboss.stm.annotations
Annotation Interface Retry
If pessimistic concurrency control is being used then a conflict will
immediately cause the operation to fail and the application can do something
else. If instead the developer wants the system to retry getting the lock
before returning, then this annotation defines the number of retry attempts.
- Author:
- marklittle
-
Required Element Summary
Required Elements
-
Element Details
-
count
int count
-