1 Reply Latest reply on Jan 4, 2013 7:51 AM by borges

    "Transaction" interface

    borges

      The Transaction interface has several methods that are only used internally by TransactionImpl. Can I just prune these and make them private at TransactionImpl?

       

      The motivation is to make the code simpler to review / verify. Specifically with regards to access to the JournalStorageManager, which I was reviewing due to HORNETQ-1102 (dead locking between Paging classes and JournalStorageManager).