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 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 FeatureLock Modifier and Type Method Description void
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 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.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 FeatureLock Modifier and Type Method Description 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.store
Fields in org.geotools.data.store declared as FeatureLock Modifier and Type Field Description protected FeatureLock
ContentFeatureSource. lock
Current feature lockMethods in org.geotools.data.store that return FeatureLock Modifier and Type Method Description protected 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 FeatureLock Modifier and Type Method Description protected 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.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 Modifier and Type Method Description void
TransformFeatureLocking. setFeatureLock(FeatureLock lock)
-