Uses of Interface
org.geotools.data.FeatureLock

Packages that use FeatureLock
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.dir Directory DataStore Overview This package represents the functionality required to chain datastores, ie. to represents a directory of mixed file types as a single datastore. 
org.geotools.data.directory   
org.geotools.data.jdbc   
org.geotools.data.postgis   
org.geotools.data.store   
org.geotools.data.wfs.v1_0_0   
 

Uses of FeatureLock in org.geotools.data
 

Classes in org.geotools.data that implement FeatureLock
 class DefaultFeatureLock
          Used to lock features when used with LockingDataSource.
 

Fields in org.geotools.data declared as FeatureLock
static FeatureLock FeatureLock.TRANSACTION
          FeatureLock representing Transaction duration locking When this FeatureLock is used locks are expected to last until the current Transasction ends with a commit() or rollback().
 

Methods in org.geotools.data that return FeatureLock
protected abstract  FeatureLock FeatureLockFactory.createLock(String name, long duration)
           
protected  FeatureLock DefaultFeatureLockFactory.createLock(String name, long duration)
           
static FeatureLock FeatureLockFactory.generate(long duration)
          Generates a new FeatureLock for use.
static FeatureLock FeatureLockFactory.generate(String name, long duration)
          Generates a new FeatureLock for use.
 

Methods in org.geotools.data with parameters of type FeatureLock
protected  InProcessLockingManager.Lock InProcessLockingManager.createLock(Transaction transaction, FeatureLock featureLock)
          Creates the right sort of In-Process Lock.
 void InProcessLockingManager.lockFeatureID(String typeName, String featureID, Transaction transaction, FeatureLock featureLock)
          Aquire lock on featureID.
 void LockingManager.lockFeatureID(String typeName, String authID, Transaction transaction, FeatureLock featureLock)
          FeatureID based locking.
 void AbstractFeatureLocking.setFeatureLock(FeatureLock lock)
          Provide a FeatureLock for locking opperations to opperate against.
 void FeatureLocking.setFeatureLock(FeatureLock lock)
          All locking operations will operate against the provided lock.
 void InProcessLockingManager.unLockFeatureID(String typeName, String featureID, Transaction transaction, FeatureLock featureLock)
          Release indicated featureID, must have correct authroization.
 void LockingManager.unLockFeatureID(String typeName, String authID, Transaction transaction, FeatureLock featureLock)
          FeatureID based unlocking.
 

Constructors in org.geotools.data with parameters of type FeatureLock
FeatureLocking.Response(FeatureLock lock, Set<String> lockedFids, Set<String> notLockedFids)
           
 

Uses of FeatureLock in org.geotools.data.dir
 

Methods in org.geotools.data.dir with parameters of type FeatureLock
 void DirectoryDataStore.lockFeatureID(String typeName, String authID, Transaction transaction, FeatureLock featureLock)
          Deprecated.  
 void DirectoryDataStore.unLockFeatureID(String typeName, String authID, Transaction transaction, FeatureLock featureLock)
          Deprecated.  
 

Uses of FeatureLock in org.geotools.data.directory
 

Methods in org.geotools.data.directory with parameters of type FeatureLock
 void DirectoryLockingManager.lockFeatureID(String typeName, String authID, Transaction transaction, FeatureLock featureLock)
           
 void DirectoryFeatureLocking.setFeatureLock(FeatureLock lock)
           
 void DirectoryLockingManager.unLockFeatureID(String typeName, String authID, Transaction transaction, FeatureLock featureLock)
           
 

Uses of FeatureLock in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc with parameters of type FeatureLock
 void JDBCFeatureLocking.setFeatureLock(FeatureLock lock)
          Deprecated. Provide a FeatureLock for locking opperations to opperate against.
 

Uses of FeatureLock in org.geotools.data.postgis
 

Methods in org.geotools.data.postgis with parameters of type FeatureLock
 void PostgisFeatureLocking.setFeatureLock(FeatureLock lock)
          Provide a FeatureLock for locking operations to operate against.
 

Uses of FeatureLock in org.geotools.data.store
 

Fields in org.geotools.data.store declared as FeatureLock
protected  FeatureLock ContentFeatureStore.lock
          current feature lock
 

Methods in org.geotools.data.store with parameters of type FeatureLock
 void ContentFeatureStore.setFeatureLock(FeatureLock lock)
          Sets the feature lock of the feature store.
 

Uses of FeatureLock in org.geotools.data.wfs.v1_0_0
 

Classes in org.geotools.data.wfs.v1_0_0 that implement FeatureLock
 class LockRequest
          DOCUMENT ME!
 



Copyright © 1996-2009 Geotools. All Rights Reserved.