Interface Transaction

    • Method Detail

      • getAssociatedSession

        String getAssociatedSession()
        Get the session associated with the this transaction. May be null for an unassociated Global transaction.
        Returns:
      • getScope

        String getScope()
        Get the scope for the transaction. Will be one of GLOBAL, LOCAL, REQUEST or INHERITED
        Returns:
      • getId

        String getId()
        Returns the Xid string for GLOBAL transactions or the Transaction id string LOCAL/REQUEST.
        Returns:
      • getCreatedTime

        long getCreatedTime()
        Get the local creation time.
        Returns: