Class TrxInfo

java.lang.Object
org.compiere.server.TrxInfo
All Implemented Interfaces:
Serializable

public class TrxInfo extends Object implements Serializable
Author:
hengsin
See Also:
  • Method Details

    • getOpenTransactions

      public static TrxInfo[] getOpenTransactions(boolean onlyActive)
      Get the open transactions
      Parameters:
      onlyActive - return just active transactions
      Returns:
    • getOpenTransactions

      public static TrxInfo[] getOpenTransactions()
      Get all the open transactions
      Returns:
    • getActiveTransactions

      public static TrxInfo[] getActiveTransactions()
      Get the active transactions
      Returns:
    • getDisplayName

      public String getDisplayName()
      Returns:
      the displayName
    • getTrxName

      public String getTrxName()
      Returns:
      the trxName
    • getStartTime

      public Date getStartTime()
      Returns:
      the startTime
    • getStackTrace

      public String getStackTrace()
      Returns:
      the stackTrace
    • isActive

      public boolean isActive()
      Returns:
      Active status