|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.collection.impl.metadata.cpe.CpeTimerImpl
public class CpeTimerImpl
This class provides an API to plug in custom timers.
Constructor Summary | |
---|---|
CpeTimerImpl(java.lang.String aTimerClass)
|
Method Summary | |
---|---|
java.lang.String |
get()
Return a name of the timer class |
void |
set(java.lang.String aTimerClass)
Plug-in a custom timer class to be used for measuring performance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CpeTimerImpl(java.lang.String aTimerClass)
Method Detail |
---|
public void set(java.lang.String aTimerClass) throws CpeDescriptorException
CpeTimer
set
in interface CpeTimer
aTimerClass
- -
name of a timer class
CpeDescriptorException
public java.lang.String get()
CpeTimer
get
in interface CpeTimer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |