Uses of Interface
org.geotools.arcsde.data.versioning.ArcSdeVersionHandler

Packages that use ArcSdeVersionHandler
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
org.geotools.arcsde.data.versioning   
 

Uses of ArcSdeVersionHandler in org.geotools.arcsde.data
 

Methods in org.geotools.arcsde.data that return ArcSdeVersionHandler
 ArcSdeVersionHandler ArcSdeFeatureSource.getVersionHandler()
           
 

Uses of ArcSdeVersionHandler in org.geotools.arcsde.data.versioning
 

Classes in org.geotools.arcsde.data.versioning that implement ArcSdeVersionHandler
 class AutoCommitVersionHandler
          Handles a versioned table when in auto commit mode, meaning it sets up streams to edit directly the version indicated by the provided version name.
 class TransactionVersionHandler
          Handles a versioned table when in transaction mode
 

Fields in org.geotools.arcsde.data.versioning declared as ArcSdeVersionHandler
static ArcSdeVersionHandler ArcSdeVersionHandler.NONVERSIONED_HANDLER
          Null object to handle non versioned tables, does nothing.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.