Interface TransactionStatistics
- All Known Implementing Classes:
DefaultTransactionStatistics
public interface TransactionStatistics
- Author:
- matic
-
Method Details
-
getId
String getId() -
getThreadName
String getThreadName() -
getStatus
TransactionStatistics.Status getStatus() -
getStartDate
Date getStartDate() -
getStartCapturedContextMessage
String getStartCapturedContextMessage() -
getEndDate
Date getEndDate() -
getEndCapturedContextMessage
String getEndCapturedContextMessage() -
getDuration
long getDuration() -
isEnded
boolean isEnded()
-