Class PreparedTxIterator
java.lang.Object
org.infinispan.transaction.xa.recovery.PreparedTxIterator
- All Implemented Interfaces:
Iterator<XidImpl[]>
,RecoveryManager.RecoveryIterator
Default implementation for RecoveryIterator.
- Since:
- 5.0
- Author:
- Mircea.Markus@jboss.com
-
Field Summary
Fields inherited from interface org.infinispan.transaction.xa.recovery.RecoveryManager.RecoveryIterator
NOTHING
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
PreparedTxIterator
public PreparedTxIterator()
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
add
-
all
Description copied from interface:RecoveryManager.RecoveryIterator
Exhaust the iterator. After this call,Iterator.hasNext()
returns false.- Specified by:
all
in interfaceRecoveryManager.RecoveryIterator
-
remove
public void remove()
-