Uses of Class
com.luciad.ogc.wfs.ALcdWFSLock
Packages that use ALcdWFSLock
Package
Description
Implementation of the OGC Web Feature Service (WFS) specification.
-
Uses of ALcdWFSLock in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs that return ALcdWFSLockModifier 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 ornull
in casenull
is supplied.TLcdWFSRequestContext.getLock()
Returns the lock which is used by this request, ornull
if no lock is available.Methods in com.luciad.ogc.wfs with parameters of type ALcdWFSLockModifier and TypeMethodDescriptionvoid
TLcdWFSLockManager.releaseLock
(ALcdWFSLock aLock) Releases the given lock and unlocks all features which it currently locks.