org.geotools.data
Class DefaultFeatureLockFactory
Object
FeatureLockFactory
DefaultFeatureLockFactory
- All Implemented Interfaces:
- Factory
public class DefaultFeatureLockFactory
- extends FeatureLockFactory
Default implementation of the FeatureLockFactory. Generates id numbers.
- Author:
- Jody Garnett, Refractions Research, Inc., Chris Holmes, TOPP.
- Module:
- TODO:
- REVISIT: Should more of this code move to the parent? I guess if
other implementations came along they may want to implement
differently., REVISIT: The generation code can move to the parent. Even if other
implementations come along we do not want the to implement the
generation differently.
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFeatureLockFactory
public DefaultFeatureLockFactory()
createLock
protected FeatureLock createLock(String name,
long duration)
- Specified by:
createLock
in class FeatureLockFactory
Copyright © 1996-2009 Geotools. All Rights Reserved.