Package org.geotools.referencing.factory
Class AbstractAuthorityMediator.WorkerSafeRunnable
- Object
-
- 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
Constructors Modifier Constructor Description protected
WorkerSafeRunnable()
-
-
-
Method Detail
-
run
public abstract Object run(AbstractCachedAuthorityFactory worker) throws FactoryException
- Throws:
FactoryException
-
-