|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 When this FeatureLock is used locks are expected to last until the current Transasction ends with a commit() or rollback(). |
Method Summary | |
java.lang.String |
getAuthorization()
LockId used for transaction authorization. |
long |
getDuration()
Time from now the lock will expire |
Field Detail |
public 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 |
public java.lang.String getAuthorization()
public long getDuration()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |