org.apache.uima.collection.impl.cpm.utils
Class JavaTimer

java.lang.Object
  extended by org.apache.uima.collection.impl.cpm.utils.JavaTimer
All Implemented Interfaces:
java.io.Serializable, Timer

Deprecated. replaced by UimaTimer

@Deprecated
public class JavaTimer
extends java.lang.Object
implements Timer, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
JavaTimer()
          Deprecated.  
 
Method Summary
 void end()
          Deprecated.  
 long getDuration()
          Deprecated.  
 long getResolution()
          Deprecated.  
 long getTimeInMicros()
          Deprecated.  
 long getTimeInMillis()
          Deprecated.  
 long getTimeInSecs()
          Deprecated.  
 void start()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaTimer

public JavaTimer()
Deprecated. 
Method Detail

start

public void start()
Deprecated. 
Specified by:
start in interface Timer

end

public void end()
Deprecated. 
Specified by:
end in interface Timer

getResolution

public long getResolution()
Deprecated. 
Specified by:
getResolution in interface Timer

getDuration

public long getDuration()
Deprecated. 
Specified by:
getDuration in interface Timer

getTimeInSecs

public long getTimeInSecs()
Deprecated. 
Specified by:
getTimeInSecs in interface Timer

getTimeInMillis

public long getTimeInMillis()
Deprecated. 
Specified by:
getTimeInMillis in interface Timer

getTimeInMicros

public long getTimeInMicros()
Deprecated. 
Specified by:
getTimeInMicros in interface Timer


Copyright © 2011. All Rights Reserved.