Uses of Interface
org.geotools.data.Transaction.State

Packages that use Transaction.State
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.jdbc   
org.geotools.data.store   
org.geotools.data.wfs.v1_0_0   
 

Uses of Transaction.State in org.geotools.data
 

Classes in org.geotools.data that implement Transaction.State
 class TransactionStateDiff
          A Transaction.State that keeps a difference table for use with AbstractDataStore.
 

Methods in org.geotools.data that return Transaction.State
 Transaction.State DefaultTransaction.getState(java.lang.Object key)
          Returns externalized state or null if not available.
 Transaction.State Transaction.getState(java.lang.Object key)
          Allows DataStores to squirel away information( and callbacks ) for later.
 

Methods in org.geotools.data with parameters of type Transaction.State
 void DefaultTransaction.putState(java.lang.Object key, Transaction.State state)
          Remembers Externalized State for a DataSource.
 void Transaction.putState(java.lang.Object key, Transaction.State state)
          Allows FeatureSource to squirel away information( and callbacks ) for later.
 

Uses of Transaction.State in org.geotools.data.jdbc
 

Classes in org.geotools.data.jdbc that implement Transaction.State
 class JDBCTransactionState
          Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
 

Uses of Transaction.State in org.geotools.data.store
 

Classes in org.geotools.data.store that implement Transaction.State
 class TypeDiffState
          A Transaction.State that keeps a difference table.
 

Fields in org.geotools.data.store declared as Transaction.State
protected  Transaction.State ContentState.callback
          Callback used to issue batch feature events when commit/rollback issued on the transaction.
 

Uses of Transaction.State in org.geotools.data.wfs.v1_0_0
 

Classes in org.geotools.data.wfs.v1_0_0 that implement Transaction.State
 class WFSTransactionState
          Hold the list of actions to perform in the Transaction.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.