Class TransactionUtil


  • public class TransactionUtil
    extends java.lang.Object
    Created by nitigupt on 2/23/2018.
    • Constructor Detail

      • TransactionUtil

        public TransactionUtil()
    • Method Detail

      • getMyTotalCount

        public static java.lang.Integer getMyTotalCount()
      • getMyTotalCount

        public static java.lang.Integer getMyTotalCount​(boolean clear)
        Non-idempotent form of the getMyTotalCount(). Returns and clears the total tx count for a context.
        Parameters:
        clear - if true, clears the count, else, default behaviour.
        Returns: