Interface RecoveryManager.RecoveryIterator

All Superinterfaces:
Iterator<XidImpl[]>
All Known Implementing Classes:
PreparedTxIterator
Enclosing interface:
RecoveryManager

public static interface RecoveryManager.RecoveryIterator extends Iterator<XidImpl[]>
Stateful structure allowing prepared-tx retrieval in a batch-oriented manner, as required by XAResource.recover(int).
Since:
5.0
Author:
Mircea.Markus@jboss.com
  • Field Details

    • NOTHING

      static final XidImpl[] NOTHING
  • Method Details