org.geotools.data.wfs.v1_0_0
Class LockRequest
Object
LockRequest
- All Implemented Interfaces:
- FeatureLock
public class LockRequest
- extends Object
- implements FeatureLock
DOCUMENT ME!
- Author:
- dzwiers
- Module:
modules/unsupported/wfs (gt-wfs.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockRequest
protected LockRequest(long duration,
Map dataSets)
LockRequest
protected LockRequest(long duration,
String[] types,
Filter[] filters)
getAuthorization
public String getAuthorization()
- Description copied from interface:
FeatureLock
- LockId used for transaction authorization.
- Specified by:
getAuthorization
in interface FeatureLock
- Returns:
- A string of the LockId.
- See Also:
FeatureLock.getAuthorization()
setAuthorization
protected void setAuthorization(String auth)
getDuration
public long getDuration()
- Description copied from interface:
FeatureLock
- Time from now the lock will expire
- Specified by:
getDuration
in interface FeatureLock
- Returns:
- A long of the time till the lock expires.
- See Also:
FeatureLock.getDuration()
getTypeNames
public String[] getTypeNames()
- Returns:
- Type Names
getFilters
public Filter[] getFilters()
- Returns:
- Filters
Copyright © 1996-2010 Geotools. All Rights Reserved.