Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.management.jtajca
Interface TransactionStatistics

All Known Implementing Classes:
DefaultTransactionStatistics

public interface TransactionStatistics

Author:
matic

Nested Class Summary
static class TransactionStatistics.Status
           
 
Method Summary
 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()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.