public class RunningTraceContainer
extends java.lang.Object
| Constructor and Description |
|---|
RunningTraceContainer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanup()
This is a special method for web applications to cleanup the ThreadLocals.
|
static TracedCall |
endTrace() |
static TracedCall |
getCurrentlyTracedCall() |
static boolean |
isTraceRunning()
Returns true if there is currently a use-case recorded.
|
static void |
setCurrentlyTracedCall(TracedCall aTracedCall) |
static void |
startTracedCall(java.lang.String name) |
public static TracedCall getCurrentlyTracedCall()
public static void startTracedCall(java.lang.String name)
public static void setCurrentlyTracedCall(TracedCall aTracedCall)
public static TracedCall endTrace()
public static void cleanup()
public static boolean isTraceRunning()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.