org.geotools.referencing.factory
Class AbstractAuthorityMediator.WorkerSafeRunnable

Object
  extended by AbstractAuthorityMediator.WorkerSafeRunnable
Enclosing class:
AbstractAuthorityMediator

protected abstract class AbstractAuthorityMediator.WorkerSafeRunnable
extends 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  Object run(AbstractCachedAuthorityFactory worker)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAuthorityMediator.WorkerSafeRunnable

protected AbstractAuthorityMediator.WorkerSafeRunnable()
Method Detail

run

public abstract Object run(AbstractCachedAuthorityFactory worker)
                    throws FactoryException
Throws:
FactoryException


Copyright © 1996-2014 Geotools. All Rights Reserved.