org.geotools.data
Class DefaultFeatureLockFactory

java.lang.Object
  extended by org.geotools.data.FeatureLockFactory
      extended by org.geotools.data.DefaultFeatureLockFactory
All Implemented Interfaces:
Factory

public class DefaultFeatureLockFactory
extends FeatureLockFactory

Default implementation of the FeatureLockFactory. Generates id numbers.

Version:
$Id: DefaultFeatureLockFactory.java 30648 2008-06-12 19:22:35Z acuster $
Author:
Jody Garnett, Refractions Research, Inc., Chris Holmes, TOPP.

Constructor Summary
DefaultFeatureLockFactory()
           
 
Method Summary
protected  FeatureLock createLock(java.lang.String name, long duration)
           
 
Methods inherited from class org.geotools.data.FeatureLockFactory
generate, generate, getImplementationHints, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFeatureLockFactory

public DefaultFeatureLockFactory()
Method Detail

createLock

protected FeatureLock createLock(java.lang.String name,
                                 long duration)
Specified by:
createLock in class FeatureLockFactory


Copyright © 1996-2010 Geotools. All Rights Reserved.