Uses of Class
org.geotools.api.data.FeatureLock
-
Packages that use FeatureLock Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.data org.geotools.data.directory org.geotools.data.store org.geotools.data.transform -
-
Uses of FeatureLock in org.geotools.api.data
Fields in org.geotools.api.data declared as FeatureLock Modifier and Type Field Description static FeatureLockFeatureLock. TRANSACTIONLock requested for the duration of the Transaction (until next commit or revert).Methods in org.geotools.api.data with parameters of type FeatureLock Modifier and Type Method Description voidLockingManager. lockFeatureID(String typeName, String authID, Transaction transaction, FeatureLock featureLock)FeatureID based locking.voidFeatureLocking. setFeatureLock(FeatureLock lock)All locking operations will operate against the providedlock.voidLockingManager. unLockFeatureID(String typeName, String authID, Transaction transaction, FeatureLock featureLock)FeatureID based unlocking.Constructors in org.geotools.api.data with parameters of type FeatureLock Constructor Description Response(FeatureLock lock, Set<String> lockedFids, Set<String> notLockedFids) -
Uses of FeatureLock in org.geotools.data
Methods in org.geotools.data with parameters of type FeatureLock Modifier and Type Method Description protected InProcessLockingManager.LockInProcessLockingManager. createLock(Transaction transaction, FeatureLock featureLock)Creates the right sort of In-Process Lock.voidInProcessLockingManager. lockFeatureID(String typeName, String featureID, Transaction transaction, FeatureLock featureLock)Aquire lock on featureID.voidInProcessLockingManager. unLockFeatureID(String typeName, String featureID, Transaction transaction, FeatureLock featureLock)Release indicated featureID, must have correct authroization. -
Uses of FeatureLock in org.geotools.data.directory
Methods in org.geotools.data.directory with parameters of type FeatureLock Modifier and Type Method Description voidDirectoryLockingManager. lockFeatureID(String typeName, String authID, Transaction transaction, FeatureLock featureLock)voidDirectoryFeatureLocking. setFeatureLock(FeatureLock lock)voidDirectoryLockingManager. unLockFeatureID(String typeName, String authID, Transaction transaction, FeatureLock featureLock) -
Uses of FeatureLock in org.geotools.data.store
Fields in org.geotools.data.store declared as FeatureLock Modifier and Type Field Description protected FeatureLockContentFeatureSource. lockCurrent feature lockMethods in org.geotools.data.store that return FeatureLock Modifier and Type Method Description protected FeatureLockContentFeatureSource. processLock(FeatureLock lock)If the subclass implements native locking, this method is invoked before the feature lock is (re)assigned to this store.Methods in org.geotools.data.store with parameters of type FeatureLock Modifier and Type Method Description protected FeatureLockContentFeatureSource. processLock(FeatureLock lock)If the subclass implements native locking, this method is invoked before the feature lock is (re)assigned to this store.voidContentFeatureSource. setFeatureLock(FeatureLock lock)Sets the feature lock of the feature store. -
Uses of FeatureLock in org.geotools.data.transform
Methods in org.geotools.data.transform with parameters of type FeatureLock Modifier and Type Method Description voidTransformFeatureLocking. setFeatureLock(FeatureLock lock)
-