Interface TransactionFactory

All Superinterfaces:
Corruptable
All Known Implementing Classes:
XactFactory

public interface TransactionFactory extends Corruptable
This module is intended to be used only within the RawStore. RawStore functionality is accessed only through the RawStoreFactory interface. The transaction manager is responsible for:
  • Generating unique transaction identifiers.
  • Keeping a list of all open transactions within the raw store.
See Also: