Interface CpeTimer
-
- All Known Implementing Classes:
CpeTimerImpl
public interface CpeTimer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
get()
Return a name of the timer classvoid
set(String aTimerClass)
Plug-in a custom timer class to be used for measuring performance.
-
-
-
Method Detail
-
set
void set(String aTimerClass) throws CpeDescriptorException
Plug-in a custom timer class to be used for measuring performance.- Parameters:
aTimerClass
- - name of a timer class- Throws:
CpeDescriptorException
- tbd
-
get
String get()
Return a name of the timer class- Returns:
- - class as string
-
-