|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionListenerDetail
Provides profiling detail about a TransactionListener that
listened to the progress of a transaction.
| Method Summary | |
|---|---|
boolean |
abortedBeforeCompletion()
Returns whether the listener's beforeCompletion method
threw an exception thus aborting the transaction. |
boolean |
calledBeforeCompletion()
Returns whether the listener's beforeCompletion method
was called. |
long |
getAfterCompletionTime()
Returns the length of time the listener spent in its afterCompletion call. |
long |
getBeforeCompletionTime()
Returns the length of time the listener spent in its beforeCompletion call. |
String |
getListenerName()
Returns the name of the listener. |
| Method Detail |
|---|
String getListenerName()
boolean calledBeforeCompletion()
beforeCompletion method
was called.
true if the listener's beforeCompletion method
was called, false otherwiseboolean abortedBeforeCompletion()
beforeCompletion method
threw an exception thus aborting the transaction.
true if the listener's beforeCompletion method
aborted the transaction, false otherwiselong getBeforeCompletionTime()
beforeCompletion call.
long getAfterCompletionTime()
afterCompletion call.
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||