Package com.luciad.ogc.wfs
Interface ILcdWFSLockFactory
public interface ILcdWFSLockFactory
A factory class which can be used to create locks for a WFS-T server.
- Since:
- 10.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateLock
(long aExpiry) Creates a lock which expires afteraExpiry
seconds.
-
Method Details
-
createLock
Creates a lock which expires afteraExpiry
seconds. The id and expiry of the lock will be set after the creation of the lock by this factory.- Parameters:
aExpiry
- a valid expiry in seconds.- Returns:
- a valid lock.
-