Package org.compiere.server
Class TrxInfo
java.lang.Object
org.compiere.server.TrxInfo
- All Implemented Interfaces:
Serializable
- Author:
- hengsin
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic TrxInfo[]
Get the active transactionsstatic TrxInfo[]
Get all the open transactionsstatic TrxInfo[]
getOpenTransactions
(boolean onlyActive) Get the open transactionsboolean
isActive()
-
Method Details
-
getOpenTransactions
Get the open transactions- Parameters:
onlyActive
- return just active transactions- Returns:
-
getOpenTransactions
Get all the open transactions- Returns:
-
getActiveTransactions
Get the active transactions- Returns:
-
getDisplayName
- Returns:
- the displayName
-
getTrxName
- Returns:
- the trxName
-
getStartTime
- Returns:
- the startTime
-
getStackTrace
- Returns:
- the stackTrace
-
isActive
public boolean isActive()- Returns:
- Active status
-