public interface E2ETrace
Modifier and Type | Method and Description |
---|---|
void |
endTraceRequest(E2ETraceRequest request)
Deprecated.
This API is not necessary as it's essentially the same as
request.endRequest() . Kept only to be compatible with initial API specs. |
E2ETraceLevel |
getE2ETraceLevel()
Returns the current trace level.
|
E2ETraceRequest |
startRequest()
Starts a trace request and returns it.
|
E2ETraceLevel getE2ETraceLevel()
E2ETraceManager.getE2ETraceLevel()
method. Note that trace level can be set via
E2ETraceManager.setE2ETraceLevel(E2ETraceLevel)
.E2ETraceRequest startRequest()
Note that even if a non-null trace request is returned it might still be invalidated by other threads if the enclosing step/transaction is ended. In this case the information collected by that trace request instance will not make it into the BTX.
@Deprecated void endTraceRequest(E2ETraceRequest request)
request.endRequest()
. Kept only to be compatible with initial API specs.request
- the request, can be null