Package org.apache.activemq.util
Class StopWatch
- java.lang.Object
-
- org.apache.activemq.util.StopWatch
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrestart()Starts or restarts the stop watchlongstop()Stops the stop watchlongtaken()Returns the time taken in milliseconds.
-