public class BoundTransactionApiImpl extends TransactionApiImpl
INSTANCE| Constructor and Description |
|---|
BoundTransactionApiImpl(Transaction boundTransaction)
Construct a TransactionApiImpl that will be bound to the argument Transaction.
|
| Modifier and Type | Method and Description |
|---|---|
protected Transaction |
getTransactionIfExists()
Get the thread's transaction.
|
acceptDistributedTraceHeaders, acceptDistributedTracePayload, acceptDistributedTracePayload, addOutboundResponseHeaders, beforeSendResponseHeaders, clearTransaction, convertToWebTransaction, createAndStartTracedActivity, createDistributedTracePayload, equals, expireAllTokens, finishFlyweightTracer, getAgentAttributes, getCrossProcessState, getLastTracer, getRequestMetadata, getResponseMetadata, getToken, getTracedMethod, getWebResponse, hashCode, ignore, ignoreApdex, ignoreErrors, insertDistributedTraceHeaders, isAutoAppNamingEnabled, isStarted, isTransactionNameSet, isWebRequestSet, isWebResponseSet, isWebTransaction, markFirstByteOfResponse, markLastByteOfResponse, markResponseAtTxaEnd, markResponseSent, processRequestMetadata, processResponseMetadata, processResponseMetadata, provideHeaders, registerAsyncActivity, requestDestroyed, requestInitialized, saveMessageParameters, setApplicationName, setTransactionName, setTransactionName, setTransportType, setWebRequest, setWebRequest, setWebResponse, startFlyweightTracer, startSegment, startSegmentpublic BoundTransactionApiImpl(Transaction boundTransaction)
boundTransaction - the bound Transaction, which must not be null.protected Transaction getTransactionIfExists()
TransactionApiImplgetTransactionIfExists in class TransactionApiImplInstrumentationImpl