Interface ExtendedUOWAction


public interface ExtendedUOWAction
A piece of logic to be performed under a particular type of unit of work. The work is performed by invoking UOWManager.runUnderUOW and providing this action as a parameter.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    run()
    Invoked as a result of an invocation of UOWManager.runUnderUOW once the requested UOW has been established on the thread.