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 afteraExpiryseconds.TLcdWFSLockManager.createLock(long aExpiry) Creates a new lock with the given expiry time.Returns the lock with the given id ornullin casenullis supplied.TLcdWFSRequestContext.getLock()Returns the lock which is used by this request, ornullif no lock is available.Methods in com.luciad.ogc.wfs with parameters of type ALcdWFSLockModifier and TypeMethodDescriptionvoidTLcdWFSLockManager.releaseLock(ALcdWFSLock aLock) Releases the given lock and unlocks all features which it currently locks.