Documentation of 'org.opengis.feature.LockRequest' Java class
LockRequest
org.opengis.feature

Interface LockRequest



  • @XmlElement(value="LockFeature")
    public interface LockRequest
    Represents the request for a lock. A lock is requested for a duration, except for the special case of a TRANSACTION_LOCK where the request is until the next commit or rollback.

    A successful lock request will result in an authorization ID being generated. This is a simple token you can keep until you need to work with the content again. Without this token you are prevented from work (at least until the duration is up).

    Since:
    GeoAPI 2.0
    • Method Detail

      • getDuration

        @XmlElement(value="expiry")
        long getDuration()
        Returns a duration for which the request is valid. The special value of -1 indicates that a lock should be valid only for the duration of a transaction.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.