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.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(Object key)
          Returns externalized state or null if not available.
 Transaction.State Transaction.getState(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(Object key, Transaction.State state)
          Remembers Externalized State for a DataSource.
 void Transaction.putState(Object key, Transaction.State state)
          Allows SimpleFeatureSource to squirel away information( and callbacks ) for later.
 

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

Classes in org.geotools.data.store that implement Transaction.State
 class DiffTransactionState
          Transaction state responsible for holding an in memory Diff of any modifications.
 

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-2014 Geotools. All Rights Reserved.