Interface RecoveryManager.RecoveryIterator
- All Known Implementing Classes:
PreparedTxIterator
- Enclosing interface:
- RecoveryManager
Stateful structure allowing prepared-tx retrieval in a batch-oriented manner, as required by
XAResource.recover(int)
.-
Field Summary
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Field Details
-
NOTHING
-
-
Method Details
-
all
XidImpl[] all()Exhaust the iterator. After this call,Iterator.hasNext()
returns false.
-