Class JavaTimer
- java.lang.Object
-
- org.apache.uima.collection.impl.cpm.utils.JavaTimer
-
- All Implemented Interfaces:
java.io.Serializable,Timer
@Deprecated public class JavaTimer extends java.lang.Object implements Timer, java.io.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 voidend()Deprecated.longgetDuration()Deprecated.longgetResolution()Deprecated.longgetTimeInMicros()Deprecated.longgetTimeInMillis()Deprecated.longgetTimeInSecs()Deprecated.voidstart()Deprecated.
-
-
-
Method Detail
-
getResolution
public long getResolution()
Deprecated.- Specified by:
getResolutionin interfaceTimer
-
getDuration
public long getDuration()
Deprecated.- Specified by:
getDurationin interfaceTimer
-
getTimeInSecs
public long getTimeInSecs()
Deprecated.- Specified by:
getTimeInSecsin interfaceTimer
-
getTimeInMillis
public long getTimeInMillis()
Deprecated.- Specified by:
getTimeInMillisin interfaceTimer
-
getTimeInMicros
public long getTimeInMicros()
Deprecated.- Specified by:
getTimeInMicrosin interfaceTimer
-
-