|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FeatureLockException | |
| org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
| org.geotools.data.jdbc | |
| Uses of FeatureLockException in org.geotools.data |
| Methods in org.geotools.data that throw FeatureLockException | |
void |
InProcessLockingManager.lockFeatureID(java.lang.String typeName,
java.lang.String featureID,
Transaction transaction,
FeatureLock featureLock)
Aquire lock on featureID. |
protected org.geotools.data.InProcessLockingManager.Lock |
InProcessLockingManager.createLock(Transaction transaction,
FeatureLock featureLock)
Creates the right sort of In-Process Lock. |
void |
InProcessLockingManager.assertAccess(java.lang.String typeName,
java.lang.String featureID,
Transaction transaction)
Checks mutability of featureID for this transaction. |
| Uses of FeatureLockException in org.geotools.data.jdbc |
| Methods in org.geotools.data.jdbc that throw FeatureLockException | |
protected void |
JDBCFeatureStore.assertFids(java.util.Set fids)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||