org.geotools.data
Class FeatureLocking.Response
java.lang.Object
org.geotools.data.FeatureLocking.Response
- Enclosing class:
- FeatureLocking
- public static class FeatureLocking.Response
- extends java.lang.Object
Idea for a response from a high-level lock( Query ) function.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureLocking.Response
public FeatureLocking.Response(FeatureLock lock,
java.util.Set lockedFids,
java.util.Set notLockedFids)
getAuthorizationID
public java.lang.String getAuthorizationID()
getLockedFids
public java.util.Set getLockedFids()
getNotLockedFids
public java.util.Set getNotLockedFids()
Copyright © GeoTools. All Rights Reserved.