Class JavaTimer
- java.lang.Object
-
- org.apache.uima.collection.impl.cpm.utils.JavaTimer
-
- All Implemented Interfaces:
Serializable
,Timer
@Deprecated public class JavaTimer extends Object implements Timer, Serializable
Deprecated.replaced byUimaTimer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JavaTimer()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
end()
Deprecated.long
getDuration()
Deprecated.long
getResolution()
Deprecated.long
getTimeInMicros()
Deprecated.long
getTimeInMillis()
Deprecated.long
getTimeInSecs()
Deprecated.void
start()
Deprecated.
-
-
-
Method Detail
-
getResolution
public long getResolution()
Deprecated.- Specified by:
getResolution
in interfaceTimer
-
getDuration
public long getDuration()
Deprecated.- Specified by:
getDuration
in interfaceTimer
-
getTimeInSecs
public long getTimeInSecs()
Deprecated.- Specified by:
getTimeInSecs
in interfaceTimer
-
getTimeInMillis
public long getTimeInMillis()
Deprecated.- Specified by:
getTimeInMillis
in interfaceTimer
-
getTimeInMicros
public long getTimeInMicros()
Deprecated.- Specified by:
getTimeInMicros
in interfaceTimer
-
-