Uses of Interface
net.jinx.db.transaction.SnapshotManager

Packages that use SnapshotManager
net.jinx.db.transaction   
net.jinx.db.transaction.hierarchy   
 

Uses of SnapshotManager in net.jinx.db.transaction
 

Methods in net.jinx.db.transaction with parameters of type SnapshotManager
 void DiskTransactionLogger.readSnapshot(SnapshotManager sm)
           
 void TransactionLogger.readSnapshot(SnapshotManager sm)
           
 void DiskTransactionLogger.writeSnapshot(SnapshotManager sm)
           
 void TransactionLogger.writeSnapshot(SnapshotManager sm)
           
 

Constructors in net.jinx.db.transaction with parameters of type SnapshotManager
TransactionManager(SnapshotManager sm, TransactionLogger tl)
           
 

Uses of SnapshotManager in net.jinx.db.transaction.hierarchy
 

Classes in net.jinx.db.transaction.hierarchy that implement SnapshotManager
 class HierarchySnapshotManager
          SnapshotManager wrapper for a Hierarchy.