Interface TransactionStatistics
-
- All Known Implementing Classes:
DefaultTransactionStatistics
public interface TransactionStatistics- Author:
- matic
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTransactionStatistics.Status
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDuration()StringgetEndCapturedContextMessage()DategetEndDate()StringgetId()StringgetStartCapturedContextMessage()DategetStartDate()TransactionStatistics.StatusgetStatus()StringgetThreadName()booleanisEnded()
-
-
-
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()
-
-