public static interface RecoveryManager.RecoveryIterator extends Iterator<Xid[]>
XAResource.recover(int)
.Modifier and Type | Method and Description |
---|---|
Xid[] |
all()
Exhaust the iterator.
|
forEachRemaining, hasNext, next, remove
static final Xid[] NOTHING
Xid[] all()
Iterator.hasNext()
returns false.Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.