Package | Description |
---|---|
org.glowroot.agent.plugin.api.transaction |
Modifier and Type | Interface and Description |
---|---|
interface |
QueryEntry
A
TraceEntry that also captures query data for aggregation. |
Modifier and Type | Method and Description |
---|---|
TraceEntry |
TransactionService.startTraceEntry(MessageSupplier messageSupplier,
TimerName timerName)
Creates and starts a trace entry with the given
messageSupplier . |
TraceEntry |
TransactionService.startTransaction(String transactionType,
String transactionName,
MessageSupplier messageSupplier,
TimerName timerName)
If there is no active transaction, a new transaction is started.
|
Copyright © 2011–2015 Glowroot contributors. All rights reserved.