wt.util
Class TraceTimingInfo

java.lang.Object
  extended bywt.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

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private  String stackTrace
           
 
Constructor Summary
TraceTimingInfo()
           
 
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
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

stackTrace

private String stackTrace
Constructor Detail

TraceTimingInfo

public TraceTimingInfo()
Method Detail

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 -