Package oracle.iam.oimcommon.vo
Class SRMStopWatch
java.lang.Object
org.apache.commons.lang3.time.StopWatch
oracle.iam.oimcommon.vo.SRMStopWatch
public class SRMStopWatch
extends org.apache.commons.lang3.time.StopWatch
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.lang3.time.StopWatch
create, createStarted, formatSplitTime, formatTime, getMessage, getNanoTime, getSplitNanoTime, getSplitTime, getStartTime, getStopTime, getTime, getTime, isStarted, isStopped, isSuspended, reset, split, start, stop, toSplitString, toString, unsplit
-
Constructor Details
-
SRMStopWatch
public SRMStopWatch()Removes Exceptions -
SRMStopWatch
-
-
Method Details
-
resume
public void resume()- Overrides:
resume
in classorg.apache.commons.lang3.time.StopWatch
-
resume
public void resume(int count) -
suspend
public void suspend()- Overrides:
suspend
in classorg.apache.commons.lang3.time.StopWatch
-
suspend
public void suspend(int count) -
getCount
public int getCount() -
getObjectName
-