Uses of Class
com.luciad.ogc.wfs.ALcdWFSLock
Package
Description
Implementation of the OGC Web Feature Service (WFS) specification.
-
Uses of ALcdWFSLock in com.luciad.ogc.wfs
Modifier and TypeMethodDescriptionILcdWFSLockFactory.createLock
(long aExpiry) Creates a lock which expires afteraExpiry
seconds.TLcdWFSLockManager.createLock
(long aExpiry) Creates a new lock with the given expiry time.Returns the lock with the given id.TLcdWFSRequestContext.getLock()
Returns the lock which is used by this request, ornull
if no lock is available.Modifier and TypeMethodDescriptionvoid
TLcdWFSLockManager.releaseLock
(ALcdWFSLock aLock) Releases the given lock and unlocks all features which it currently locks.