Uses of Class
org.geotools.api.data.FeatureLockException
-
Packages that use FeatureLockException Package Description org.geotools.data -
-
Uses of FeatureLockException in org.geotools.data
Methods in org.geotools.data that throw FeatureLockException Modifier and Type Method Description voidInProcessLockingManager. assertAccess(String typeName, String featureID, Transaction transaction)Checks mutability of featureID for this transaction.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.
-