org.geotools.data
Class FeatureLocking.Response

Object
  extended by 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.


Constructor Summary
FeatureLocking.Response(FeatureLock lock, Set<String> lockedFids, Set<String> notLockedFids)
           
 
Method Summary
 String getAuthorizationID()
           
 Set<String> getLockedFids()
           
 Set<String> getNotLockedFids()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureLocking.Response

public FeatureLocking.Response(FeatureLock lock,
                               Set<String> lockedFids,
                               Set<String> notLockedFids)
Method Detail

getAuthorizationID

public String getAuthorizationID()

getLockedFids

public Set<String> getLockedFids()

getNotLockedFids

public Set<String> getNotLockedFids()


Copyright © 1996-2009 Geotools. All Rights Reserved.