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).


Field Summary
static Xid[] NOTHING
           
 
Method Summary
 Xid[] all()
          Exhaust the iterator.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Field Detail

NOTHING

static final Xid[] NOTHING
Method Detail

all

Xid[] all()
Exhaust the iterator. After this call, Iterator.hasNext() returns false.


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.