Package com.rshtech.func

Interface Summary
ApplicationTransaction Application transactions represent the total work and transactions associated with a user request, that is from the first UI action, to all the server side transactions and work, to the final UI response action before returning to the user.
BusinessFunction Interface for business function enclosures to implement.
Function TODO Class summary sentence.
UndoableFunction TODO Class summary sentence.
 

Class Summary
AbstractFunc Abstract implementation of a BusinessFunction, providing an implementation of the undo functions and the execute function (which drives the order of execution of the various checks and then the doWork).
AppTx A basic implementation of the ApplicationTransaction interface.