Class ParameterTransactionDataImpl

  • All Implemented Interfaces:
    TransactionData

    public class ParameterTransactionDataImpl
    extends Object
    implements TransactionData
    Holds all the parameter data for a given datasource. This data will be persisted at the end of the current transaction
    • Method Detail

      • persist

        public void persist()
        Description copied from interface: TransactionData
        Persist the data. Don't propagate any exceptions. If an exception occurs, log the error and mark the transaction for rollback.
        Specified by:
        persist in interface TransactionData
      • addValue

        public void addValue​(ResourceTokenValueRec rec)
        Add this record to the list of records being accumulated in this transaction
        Parameters:
        rec -