|
|||||||||||
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.dir | Directory DataStore Overview This package represents the functionality required to chain datastores, ie. to represents a directory of mixed file types as a single datastore. |
org.geotools.data.jdbc | |
org.geotools.data.postgis | |
org.geotools.data.wfs |
Uses of FeatureLock in org.geotools.data |
Classes in org.geotools.data that implement FeatureLock | |
class |
DefaultFeatureLock
Used to lock features when used with LockingDataSource. |
Fields in org.geotools.data declared as FeatureLock | |
static FeatureLock |
FeatureLock.TRANSACTION
FeatureLock representing Transaction duration locking When this FeatureLock is used locks are expected to last until the current Transasction ends with a commit() or rollback(). |
Methods in org.geotools.data that return FeatureLock | |
static FeatureLock |
FeatureLockFactory.generate(long duration)
Generates a new FeatureLock for use. |
static FeatureLock |
FeatureLockFactory.generate(java.lang.String name,
long duration)
Generates a new FeatureLock for use. |
protected abstract FeatureLock |
FeatureLockFactory.createLock(java.lang.String name,
long duration)
|
protected FeatureLock |
DefaultFeatureLockFactory.createLock(java.lang.String name,
long duration)
|
Methods in org.geotools.data with parameters of type FeatureLock | |
void |
AbstractFeatureLocking.setFeatureLock(FeatureLock lock)
Provide a FeatureLock for locking opperations to opperate against. |
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.unLockFeatureID(java.lang.String typeName,
java.lang.String featureID,
Transaction transaction,
FeatureLock featureLock)
Release indicated featureID, must have correct authroization. |
void |
FeatureLocking.setFeatureLock(FeatureLock lock)
All locking operations will operate against the provided lock .
|
void |
LockingManager.unLockFeatureID(java.lang.String typeName,
java.lang.String authID,
Transaction transaction,
FeatureLock featureLock)
FeatureID based unlocking. |
void |
LockingManager.lockFeatureID(java.lang.String typeName,
java.lang.String authID,
Transaction transaction,
FeatureLock featureLock)
FeatureID based locking. |
Constructors in org.geotools.data with parameters of type FeatureLock | |
FeatureLocking.Response(FeatureLock lock,
java.util.Set lockedFids,
java.util.Set notLockedFids)
|
Uses of FeatureLock in org.geotools.data.dir |
Methods in org.geotools.data.dir with parameters of type FeatureLock | |
void |
DirectoryDataStore.unLockFeatureID(java.lang.String typeName,
java.lang.String authID,
Transaction transaction,
FeatureLock featureLock)
|
void |
DirectoryDataStore.lockFeatureID(java.lang.String typeName,
java.lang.String authID,
Transaction transaction,
FeatureLock featureLock)
|
Uses of FeatureLock in org.geotools.data.jdbc |
Methods in org.geotools.data.jdbc with parameters of type FeatureLock | |
void |
JDBCFeatureLocking.setFeatureLock(FeatureLock lock)
Provide a FeatureLock for locking opperations to opperate against. |
Uses of FeatureLock in org.geotools.data.postgis |
Methods in org.geotools.data.postgis with parameters of type FeatureLock | |
void |
PostgisFeatureLocking.setFeatureLock(FeatureLock lock)
Provide a FeatureLock for locking opperations to opperate against. |
Uses of FeatureLock in org.geotools.data.wfs |
Classes in org.geotools.data.wfs that implement FeatureLock | |
class |
LockRequest
DOCUMENT ME! |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |