org.geotools.factory
Interface FactoryUsingVolatileDependencies

All Superinterfaces:
Factory

Deprecated. This class should be a marker interface instead of an AbstractFactory subclass. We will make this change in a future version. When this change is done, AllAuthoritiesFactory should implement this interface.

public interface FactoryUsingVolatileDependencies
extends Factory

A factory that can not determines all its dependencies at construction time. Because this factory may creates new factories at any time, it must keep all user-supplied hints. The general contract of #hints said that we can't use this field for creating new factories. But instances of this classe are special cases where we can, because this class retains all user-supplied hints.

Extends this class only if you really need to keep all user-supplied hints, because doing so has a cost:

Version:
$Id: FactoryUsingVolatileDependencies.java 30640 2008-06-12 17:34:32Z acuster $
Author:
Martin Desruisseaux

Method Summary
 
Methods inherited from interface org.geotools.factory.Factory
getImplementationHints
 



Copyright © 1996-2010 Geotools. All Rights Reserved.