public interface TransactionStatistics
Modifier and Type | Interface and Description |
---|---|
static class |
TransactionStatistics.Status |
Modifier and Type | Method and Description |
---|---|
long |
getDuration() |
String |
getEndCapturedContextMessage() |
Date |
getEndDate() |
String |
getId() |
String |
getStartCapturedContextMessage() |
Date |
getStartDate() |
TransactionStatistics.Status |
getStatus() |
String |
getThreadName() |
boolean |
isEnded() |
String getId()
String getThreadName()
TransactionStatistics.Status getStatus()
Date getStartDate()
String getStartCapturedContextMessage()
Date getEndDate()
String getEndCapturedContextMessage()
long getDuration()
boolean isEnded()
Copyright © 2015 Nuxeo SA. All rights reserved.