Class SnapshotPersistence


  • public class SnapshotPersistence
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SnapshotPersistence​(long applicationModelVersion, io.axway.iron.spi.storage.SnapshotStore snapshotStore, io.axway.iron.spi.serializer.SnapshotSerializer snapshotSerializer, java.math.BigInteger transactionId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void commit()  
      void persist​(java.lang.String storeName, java.util.List<EntityStore<?>> entityStores)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SnapshotPersistence

        public SnapshotPersistence​(long applicationModelVersion,
                                   io.axway.iron.spi.storage.SnapshotStore snapshotStore,
                                   io.axway.iron.spi.serializer.SnapshotSerializer snapshotSerializer,
                                   java.math.BigInteger transactionId)
    • Method Detail

      • persist

        public void persist​(java.lang.String storeName,
                            java.util.List<EntityStore<?>> entityStores)
      • commit

        public void commit()