public interface CustomTiming
extends java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
close()
Same as calling
stop() . |
java.lang.String |
getCommandString() |
java.lang.Long |
getDurationMilliseconds() |
java.lang.String |
getExecuteType() |
long |
getStartMilliseconds() |
void |
stop() |
java.lang.String getExecuteType()
java.lang.String getCommandString()
long getStartMilliseconds()
java.lang.Long getDurationMilliseconds()
void stop()
void close()
stop()
.
Here to satisfy Closeable
and mark the method as not throwing a checked exception.
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable