wt.util
Interface TraceTimingRepositoryLogger

All Superinterfaces:
TraceTimingLogger
All Known Implementing Classes:
TraceTimingRepository, TraceTimingThreadedRepository

public interface TraceTimingRepositoryLogger
extends TraceTimingLogger



Supported API: false

Extendable: false


Field Summary
static String CALL_COUNT
          Label for the attribute; The top level call count.
static String ENTRY_LIST
          Label for the attribute; The list of all entries.
 
Fields inherited from interface wt.util.TraceTimingLogger
PROPERTY_MAP
 
Method Summary
 int getCallCount()
          Gets the value of the attribute: CALL_COUNT.
 List getEntryList()
          Gets the value of the attribute: ENTRY_LIST.
 
Methods inherited from interface wt.util.TraceTimingLogger
addBeginEntry, addBreakEntry, addEndEntry, getPropertyMap, setPropertyMap
 

Field Detail

ENTRY_LIST

public static final String ENTRY_LIST
Label for the attribute; The list of all entries.

Supported API: false

See Also:
Constant Field Values

CALL_COUNT

public static final String CALL_COUNT
Label for the attribute; The top level call count.

Supported API: false

See Also:
Constant Field Values
Method Detail

getEntryList

public List getEntryList()
Gets the value of the attribute: ENTRY_LIST. The list of all entries.

Supported API: false

Returns:
List

getCallCount

public int getCallCount()
Gets the value of the attribute: CALL_COUNT. The top level call count.

Supported API: false

Returns:
int