Class TransactionFactory


  • @Scope("singleton")
    @Service
    public class TransactionFactory
    extends Object
    Constructs transaction objects in a way that guarantees that the correct data goes into the state log, without requiring unnecessary couplings on the part of transaction sources. Each method constructs a new transaction for the given broker and arguments and returns it. There is no attempt to cache them or look them up.
    Author:
    John Collins