wt.util
Class BeginTraceTimingEntry

java.lang.Object
  extended bywt.util.TraceTimingEntry
      extended bywt.util.BeginTraceTimingEntry
All Implemented Interfaces:
Serializable

public class BeginTraceTimingEntry
extends TraceTimingEntry
implements Serializable

This class holds data for a Begin Trace Timing entry.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.util.TraceTimingEntry
 
Constructor Summary
BeginTraceTimingEntry(long a_timeMillis, String a_className, String a_name, Object a_info, int a_level)
          Constructs a instance using the specified parameters.
 
Method Summary
 boolean isBegin()
          Gets the value of the attribute: begin; Indicates whether this is a begin(true) or end(false) entry.
 boolean isBreakInFlow()
          Gets the value of the attribute: breakInFlow; Indicates whether this entry indicates a break in flow (true) or a normal end(false).
 
Methods inherited from class wt.util.TraceTimingEntry
getClassName, getCountKey, getInfo, getLevel, getName, getNameKey, getNameKeyFromCountKey, getTimeMillis, setInfo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

BeginTraceTimingEntry

public BeginTraceTimingEntry(long a_timeMillis,
                             String a_className,
                             String a_name,
                             Object a_info,
                             int a_level)
Constructs a instance using the specified parameters.

Supported API: false

Parameters:
a_timeMillis - Time in milliseconds. If less than zero, then the current system time is used.
a_className - The name of the class associated with this entry.
a_name - The name associated with this entry.
a_info - Informative message associated with this entry.
a_level - Indicates the call level of the entry.
Method Detail

isBegin

public boolean isBegin()
Gets the value of the attribute: begin; Indicates whether this is a begin(true) or end(false) entry.

Supported API: false

Specified by:
isBegin in class TraceTimingEntry
Returns:
boolean

isBreakInFlow

public boolean isBreakInFlow()
Gets the value of the attribute: breakInFlow; Indicates whether this entry indicates a break in flow (true) or a normal end(false).

Supported API: false

Specified by:
isBreakInFlow in class TraceTimingEntry
Returns:
boolean