Package ome.services.util
Interface Executor.SqlWork
-
- All Known Implementing Classes:
Executor.SimpleSqlWork
- Enclosing interface:
- Executor
public static interface Executor.SqlWorkWork SPI to perform actions related tostatelesssessions. This overrides ALL security in the server and should only be used as a last resort. Currently accept locations are:- In the
SessionManagerto boot strap asession - In the
EventHandlerto 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.Stringdescription()Return a description of what this work will be doing for logging purposes.java.lang.ObjectdoWork(ome.util.SqlAction sql)
-