org.openstreetmap.osmosis.core.apidb.v0_6.impl
Interface TransactionSnapshotLoader

All Known Implementing Classes:
TransactionDao

public interface TransactionSnapshotLoader

Obtains transaction snapshots used for replication.


Method Summary
 TransactionSnapshot getTransactionSnapshot()
          Obtains the current database snapshot.
 

Method Detail

getTransactionSnapshot

TransactionSnapshot getTransactionSnapshot()
Obtains the current database snapshot.

Returns:
The transaction snapshot.