Package overit.geocall.util
Interface Tracer
- All Known Implementing Classes:
FileTracer,MemoryTracer,PlainTracer,StartEndTracer
public interface Tracer
Interface implemented by those classes that must record and track events
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the tracking timevoidRegisters an entry record that must be trackedvoidstop()Stops the tracking
-
Method Details
-
record
Registers an entry record that must be tracked- Parameters:
name- The string that defines the entryval- The object to track
-
stop
void stop()Stops the tracking -
getTraceTime
long getTraceTime()Returns the tracking time- Returns:
- The tracking time
-