wt.util
Class TraceTimingInfo
java.lang.Object
wt.util.TraceTimingInfo
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TraceTimingDatastoreInfo
- public class TraceTimingInfo
- extends Object
- implements Serializable
This class implements a general holder of Trace Timing information.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Method Summary |
String |
getStackTrace()
Gets the value of the attribute: stackTrace; String representation
of the stacktrace. |
void |
setStackTrace(String a_StackTrace)
Sets the value of the attribute: stackTrace; String representation
of the stacktrace. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
stackTrace
private String stackTrace
TraceTimingInfo
public TraceTimingInfo()
getStackTrace
public String getStackTrace()
- Gets the value of the attribute: stackTrace; String representation
of the stacktrace.
Supported API: false
- Returns:
- String
setStackTrace
public void setStackTrace(String a_StackTrace)
- Sets the value of the attribute: stackTrace; String representation
of the stacktrace.
Supported API: false
- Parameters:
a_StackTrace
-