Class TransactionUtil
- java.lang.Object
-
- com.adobe.aem.transaction.core.fdinternal.util.TransactionUtil
-
public class TransactionUtil extends java.lang.ObjectCreated by nitigupt on 2/23/2018.
-
-
Constructor Summary
Constructors Constructor Description TransactionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.IntegergetMyTotalCount()static java.lang.IntegergetMyTotalCount(boolean clear)Non-idempotent form of thegetMyTotalCount().
-
-
-
Method Detail
-
getMyTotalCount
public static java.lang.Integer getMyTotalCount()
-
getMyTotalCount
public static java.lang.Integer getMyTotalCount(boolean clear)
Non-idempotent form of thegetMyTotalCount(). Returns and clears the total tx count for a context.- Parameters:
clear- if true, clears the count, else, default behaviour.- Returns:
-
-