Interface TransactionStatistics
-
- All Known Implementing Classes:
DefaultTransactionStatistics
public interface TransactionStatistics
- Author:
- matic
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TransactionStatistics.Status
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDuration()
String
getEndCapturedContextMessage()
Date
getEndDate()
String
getId()
String
getStartCapturedContextMessage()
Date
getStartDate()
TransactionStatistics.Status
getStatus()
String
getThreadName()
boolean
isEnded()
-
-
-
Method Detail
-
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()
-
-