Package ome.services.util
Class Executor.SimpleWork<T>
- java.lang.Object
-
- ome.services.util.Executor.Descriptive
-
- ome.services.util.Executor.SimpleWork<T>
-
- All Implemented Interfaces:
Executor.LoggedWork<T>
,Executor.Work<T>
- Direct Known Subclasses:
FullTextIndexer
,PixelDataHandler
- Enclosing interface:
- Executor
public abstract static class Executor.SimpleWork<T> extends Executor.Descriptive implements Executor.LoggedWork<T>
Simple adapter which takes a String forExecutor.Descriptive.description
-
-
Field Summary
-
Fields inherited from class ome.services.util.Executor.Descriptive
description
-
-
Constructor Summary
Constructors Constructor Description SimpleWork(java.lang.Object o, java.lang.String method, java.lang.Object... params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ome.util.SqlAction
getSqlAction()
void
setSqlAction(ome.util.SqlAction sql)
-
Methods inherited from class ome.services.util.Executor.Descriptive
description
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ome.services.util.Executor.LoggedWork
description
-
Methods inherited from interface ome.services.util.Executor.Work
doWork
-
-