wt.util
Class EndTraceTimingEntry
java.lang.Object
wt.util.TraceTimingEntry
wt.util.EndTraceTimingEntry
- All Implemented Interfaces:
- Serializable
- public class EndTraceTimingEntry
- extends TraceTimingEntry
- implements Serializable
This class holds data for am End Trace Timing entry.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Constructor Summary |
EndTraceTimingEntry(long a_timeMillis,
String a_className,
String a_name,
Object a_info,
boolean a_break,
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). |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
breakInFlow
private boolean breakInFlow
EndTraceTimingEntry
public EndTraceTimingEntry(long a_timeMillis,
String a_className,
String a_name,
Object a_info,
boolean a_break,
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_break
- Indicates a break in flow(true) or a normal end entry(false).a_level
- Indicates the call level of the entry.
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
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