|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface specifies the methods for logging and retrieving Trace
Timing entries.
Supported API: false
Extendable: false
Field Summary | |
static String |
PROPERTY_MAP
Label for the attribute; Property map used to control the behavior of the Logger. |
Method Summary | |
TraceTimingEntry |
addBeginEntry(String a_className,
String a_name,
long a_timeMillis,
Object a_info)
Adds a begin entry to the log. |
TraceTimingEntry |
addBreakEntry(String a_className,
String a_name,
long a_timeMillis,
Object a_info,
int a_level)
Adds an break-in-flow, end entry to the log. |
TraceTimingEntry |
addEndEntry(String a_className,
String a_name,
long a_timeMillis,
Object a_info)
Adds an end entry to the log. |
Map |
getPropertyMap()
Gets the value of the attribute: PROPERTY_MAP. |
void |
setPropertyMap(Map a_PropertyMap)
Sets the value of the attribute: PROPERTY_MAP. |
Field Detail |
public static final String PROPERTY_MAP
Method Detail |
public Map getPropertyMap()
public void setPropertyMap(Map a_PropertyMap) throws WTPropertyVetoException
a_PropertyMap
-
WTPropertyVetoException
public TraceTimingEntry addBeginEntry(String a_className, String a_name, long a_timeMillis, Object a_info)
a_className
- The name of the class associated with this entry.a_name
- The name associated with this entry.a_timeMillis
- Time in milliseconds. If less than zero, then the current system time is used.a_info
- Informative message associated with this entry.
public TraceTimingEntry addEndEntry(String a_className, String a_name, long a_timeMillis, Object a_info)
a_className
- The name of the class associated with this entry.a_name
- The name associated with this entry.a_timeMillis
- Time in milliseconds. If less than zero, then the current system time is used.a_info
- Informative message associated with this entry.
public TraceTimingEntry addBreakEntry(String a_className, String a_name, long a_timeMillis, Object a_info, int a_level)
a_className
- The name of the class associated with this entry.a_name
- The name associated with this entry.a_timeMillis
- Time in milliseconds. If less than zero, then the current system time is used.a_info
- Informative message associated with this entry.a_level
- Indicates the level of the corresponding begin entry.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |