platform
Class AbstractOS.AbstractRetryCopyProcess
java.lang.Object
platform.AbstractOS.AbstractRetryCopyProcess
- Enclosing class:
- AbstractOS
public abstract static class AbstractOS.AbstractRetryCopyProcess
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_maxSteps
private int m_maxSteps
m_currentStep
private int m_currentStep
AbstractOS.AbstractRetryCopyProcess
public AbstractOS.AbstractRetryCopyProcess(int a_maxSteps)
checkRetry
public abstract boolean checkRetry()
getMaxProgressSteps
public final int getMaxProgressSteps()
getProgressLoopWaitMilliseconds
public final long getProgressLoopWaitMilliseconds()
getCurrentStep
public final int getCurrentStep()
reset
public void reset()
incrementProgress
public boolean incrementProgress()