|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureLock | |
---|---|
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.directory | |
org.geotools.data.store | |
org.geotools.data.wfs.v1_0_0 |
Uses of FeatureLock in org.geotools.data |
---|
Subclasses of FeatureLock in org.geotools.data | |
---|---|
class |
DefaultFeatureLock
Deprecated. Please use FeatureLock |
Fields in org.geotools.data declared as FeatureLock | |
---|---|
static FeatureLock |
FeatureLock.TRANSACTION
|
Methods in org.geotools.data that return FeatureLock | |
---|---|
protected FeatureLock |
DefaultFeatureLockFactory.createLock(String name,
long duration)
Deprecated. |
protected abstract FeatureLock |
FeatureLockFactory.createLock(String name,
long duration)
Deprecated. |
static FeatureLock |
FeatureLockFactory.generate(long duration)
Deprecated. Generates a new FeatureLock for use. |
static FeatureLock |
FeatureLockFactory.generate(String name,
long duration)
Deprecated. Generates a new FeatureLock for use. |
Methods in org.geotools.data with parameters of type FeatureLock | |
---|---|
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 |
LockingManager.lockFeatureID(String typeName,
String authID,
Transaction transaction,
FeatureLock featureLock)
FeatureID based locking. |
void |
AbstractFeatureLocking.setFeatureLock(FeatureLock lock)
Provide a FeatureLock for locking opperations to opperate against. |
void |
FeatureLocking.setFeatureLock(FeatureLock lock)
All locking operations will operate against the provided lock . |
void |
InProcessLockingManager.unLockFeatureID(String typeName,
String featureID,
Transaction transaction,
FeatureLock featureLock)
Release indicated featureID, must have correct authroization. |
void |
LockingManager.unLockFeatureID(String typeName,
String authID,
Transaction transaction,
FeatureLock featureLock)
FeatureID based unlocking. |
Constructors in org.geotools.data with parameters of type FeatureLock | |
---|---|
FeatureLocking.Response(FeatureLock lock,
Set<String> lockedFids,
Set<String> notLockedFids)
|
Uses of FeatureLock in org.geotools.data.directory |
---|
Methods in org.geotools.data.directory with parameters of type FeatureLock | |
---|---|
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 | |
---|---|
protected FeatureLock |
ContentFeatureSource.lock
current feature lock |
Methods in org.geotools.data.store that return FeatureLock | |
---|---|
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 | |
---|---|
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.wfs.v1_0_0 |
---|
Subclasses of FeatureLock in org.geotools.data.wfs.v1_0_0 | |
---|---|
class |
LockRequest
Extension to FeatureLock that records types and filters effected. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |