org.deegree.feature.persistence.sql
Class TransactionManager

java.lang.Object
  extended by org.deegree.feature.persistence.sql.TransactionManager

public class TransactionManager
extends Object

Manages transactions for the SQLFeatureStore.

Version:
$Revision: 32096 $, $Date: 2011-10-05 13:41:47 +0200 (Wed, 05 Oct 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
TransactionManager(SQLFeatureStore fs, String jdbcConnId, List<FeatureInspector> inspectors)
           
 
Method Summary
 FeatureStoreTransaction acquireTransaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionManager

public TransactionManager(SQLFeatureStore fs,
                          String jdbcConnId,
                          List<FeatureInspector> inspectors)
Method Detail

acquireTransaction

public FeatureStoreTransaction acquireTransaction()
                                           throws FeatureStoreException
Throws:
FeatureStoreException


Copyright © 2011. All Rights Reserved.