Class TransactionTypeManager


  • public class TransactionTypeManager
    extends java.lang.Object
    • Method Detail

      • getTransaction

        public com.arjuna.ats.internal.arjuna.tools.log.EditableTransaction getTransaction​(java.lang.String type,
                                                                                           Uid u)
      • getTransactionType

        public java.lang.String getTransactionType​(java.lang.String type)
      • present

        public boolean present​(java.lang.String type)
        Is this transaction log one we support?
        Parameters:
        type - the name of the log.
        Returns:
        true if supported, false otherwise.
      • removeTransaction

        public void removeTransaction​(java.lang.String type)