org.geotools.referencing.factory
Class AbstractAuthorityMediator.WorkerSafeRunnable

java.lang.Object
  extended by org.geotools.referencing.factory.AbstractAuthorityMediator.WorkerSafeRunnable
Enclosing class:
AbstractAuthorityMediator

protected abstract class AbstractAuthorityMediator.WorkerSafeRunnable
extends java.lang.Object

An interface describing a portion of work for which a worker is needed.

The worker is borrowed from the pool


Constructor Summary
protected AbstractAuthorityMediator.WorkerSafeRunnable()
           
 
Method Summary
abstract  java.lang.Object run(AbstractCachedAuthorityFactory worker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAuthorityMediator.WorkerSafeRunnable

protected AbstractAuthorityMediator.WorkerSafeRunnable()
Method Detail

run

public abstract java.lang.Object run(AbstractCachedAuthorityFactory worker)
                              throws org.opengis.referencing.FactoryException
Throws:
org.opengis.referencing.FactoryException


Copyright © 1996-2010 Geotools. All Rights Reserved.