ome.services.util
Interface Executor.StatelessWork

All Known Implementing Classes:
Executor.SimpleStatelessWork
Enclosing interface:
Executor

public static interface Executor.StatelessWork

Work SPI to perform actions related to stateless sessions. This overrides ALL security in the server and should only be used as a last resort. Currently accept locations are:

Before the JTA fixes of 4.0, this interface provided a {@link org.hibernate.StatelessSession. However, as mentioned in http://jira.springframework.org/browse/SPR-2495, that interface is not currently supported in Spring's transaction management.


Method Summary
 String description()
          Return a description of what this work will be doing for logging purposes.
 Object doWork(org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc)
           
 

Method Detail

description

String description()
Return a description of what this work will be doing for logging purposes.


doWork

Object doWork(org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc)


OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

Copyright © 2009 The University of Dundee. All Rights Reserved.