org.geotools.data
Class FeatureLocking.Response
Object
FeatureLocking.Response
- Enclosing interface:
- FeatureLocking<T extends FeatureType,F extends Feature>
public static class FeatureLocking.Response
- extends Object
Idea for a response from a high-level lock( Query ) function.
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureLocking.Response
public FeatureLocking.Response(FeatureLock lock,
Set<String> lockedFids,
Set<String> notLockedFids)
getAuthorizationID
public String getAuthorizationID()
getLockedFids
public Set<String> getLockedFids()
getNotLockedFids
public Set<String> getNotLockedFids()
Copyright © 1996-2009 Geotools. All Rights Reserved.