org.infinispan.transaction.xa.recovery
Interface RecoveryManager.RecoveryIterator
- All Superinterfaces:
- Iterator<Xid[]>
- All Known Implementing Classes:
- PreparedTxIterator
- Enclosing interface:
- RecoveryManager
public static interface RecoveryManager.RecoveryIterator
- extends Iterator<Xid[]>
Stateful structure allowing prepared-tx retrieval in a batch-oriented manner,
as required by XAResource.recover(int)
.
Method Summary |
Xid[] |
all()
Exhaust the iterator. |
NOTHING
static final Xid[] NOTHING
all
Xid[] all()
- Exhaust the iterator. After this call,
Iterator.hasNext()
returns false.
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.