Package ome.services.util
Interface Executor.LoggedWork<X>
-
- All Superinterfaces:
Executor.Work<X>
- All Known Implementing Classes:
Executor.SimpleWork,FullTextIndexer,PixelDataHandler
- Enclosing interface:
- Executor
public static interface Executor.LoggedWork<X> extends Executor.Work<X>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringdescription()Returns a description of what this work will be doing for logging purposes.-
Methods inherited from interface ome.services.util.Executor.Work
doWork
-
-