|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureLock
Used to lock features when used with LockingDataSource.
A FeatureLockFactory is used to generate FeatureLocks.
A FeatureLock representing the Current Transaction has been provided.
Jody - I have a slightly more consistent specification of this idea in GeoAPI that should be ported back over.
FeatureLockFactory
Field Summary | |
---|---|
static FeatureLock |
TRANSACTION
FeatureLock representing Transaction duration locking |
Method Summary | |
---|---|
java.lang.String |
getAuthorization()
LockId used for transaction authorization. |
long |
getDuration()
Time from now the lock will expire |
Field Detail |
---|
static final FeatureLock TRANSACTION
When this FeatureLock is used locks are expected to last until the current Transasction ends with a commit() or rollback().
Method Detail |
---|
java.lang.String getAuthorization()
long getDuration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |