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 Type
    Method
    Description
    createLock(long aExpiry)
    Creates a lock which expires after aExpiry seconds.
  • Method Details

    • createLock

      ALcdWFSLock createLock(long aExpiry)
      Creates a lock which expires after aExpiry 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.