Uses of Class
org.geotools.data.FeatureLockException

Packages that use FeatureLockException
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
 

Uses of FeatureLockException in org.geotools.data
 

Methods in org.geotools.data that throw FeatureLockException
 void InProcessLockingManager.assertAccess(String typeName, String featureID, Transaction transaction)
          Checks mutability of featureID for this transaction.
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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.