Uses of Class
org.geotools.api.data.FeatureLock
Packages that use FeatureLock
Package
Description
Defines the DataStore API via which all data is imported or exported.
-
Uses of FeatureLock in org.geotools.api.data
Fields in org.geotools.api.data declared as FeatureLockModifier and TypeFieldDescriptionstatic final FeatureLock
FeatureLock.TRANSACTION
Lock requested for the duration of the Transaction (until next commit or revert).Methods in org.geotools.api.data with parameters of type FeatureLockModifier and TypeMethodDescriptionvoid
LockingManager.lockFeatureID
(String typeName, String authID, Transaction transaction, FeatureLock featureLock) FeatureID based locking.void
FeatureLocking.setFeatureLock
(FeatureLock lock) All locking operations will operate against the providedlock
.void
LockingManager.unLockFeatureID
(String typeName, String authID, Transaction transaction, FeatureLock featureLock) FeatureID based unlocking.Constructors in org.geotools.api.data with parameters of type FeatureLock -
Uses of FeatureLock in org.geotools.data
Methods in org.geotools.data with parameters of type FeatureLockModifier and TypeMethodDescriptionprotected 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
InProcessLockingManager.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 FeatureLockModifier and TypeMethodDescriptionvoid
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.store
Fields in org.geotools.data.store declared as FeatureLockModifier and TypeFieldDescriptionprotected FeatureLock
ContentFeatureSource.lock
Current feature lockMethods in org.geotools.data.store that return FeatureLockModifier and TypeMethodDescriptionprotected FeatureLock
ContentFeatureSource.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 FeatureLockModifier and TypeMethodDescriptionprotected FeatureLock
ContentFeatureSource.processLock
(FeatureLock lock) If the subclass implements native locking, this method is invoked before the feature lock is (re)assigned to this store.final void
ContentFeatureSource.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