Package ome.services.util
Interface Executor.SqlWork
-
- All Known Implementing Classes:
Executor.SimpleSqlWork
- Enclosing interface:
- Executor
public static interface Executor.SqlWork
Work SPI to perform actions related tostateless
sessions. This overrides ALL security in the server and should only be used as a last resort. Currently accept locations are:- In the
SessionManager
to boot strap asession
- In the
EventHandler
to saveevent logs
StatelessSession
. However, as mentioned in jira:SPR-2495, that interface is not currently supported in Spring's transaction management.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
description()
Return a description of what this work will be doing for logging purposes.java.lang.Object
doWork(ome.util.SqlAction sql)
-