Class TransactionImpl

java.lang.Object
org.apache.jackrabbit.vault.fs.impl.TransactionImpl
All Implemented Interfaces:
VaultFsTransaction

public class TransactionImpl extends Object implements VaultFsTransaction
Provides transactional brackets around a write back transaction to the Vault filesystem. A transaction is always needed due to the fact that several jcr files could belong to the same artifact. This is only used from Vault CLI but not during package import which uses the Importer instead. TODO: check all vault operations!