Ontimize 5.2072EN

com.ontimize.gui
Class ExtendedOperationThread

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.ontimize.gui.OperationThread
          extended bycom.ontimize.gui.ExtendedOperationThread
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
AttachmentFileAction.SendThread, DownloadAttachmentFileAction.DownloadThread, DownloadFileThread, DownloadThread, SendThread

public class ExtendedOperationThread
extends OperationThread


Field Summary
protected  int currentPosition
           
protected  int estimatedTimeLeft
           
protected  int progressDivisions
           
static int UNKNOWN
           
 
Fields inherited from class com.ontimize.gui.OperationThread
cancelled, description, hasFinished, hasStarted, OPERATION_CANCELLED, res, status, t
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ExtendedOperationThread()
           
ExtendedOperationThread(java.lang.String descr)
           
 
Method Summary
 int getCurrentPosition()
           
 java.lang.String getEstimagedTimeLeftText()
           
 int getEstimatedTimeLeft()
           
 int getProgressDivisions()
           
 
Methods inherited from class com.ontimize.gui.OperationThread
cancel, getDescription, getResult, getStatus, hasFinished, hasStarted, isCancelled
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

estimatedTimeLeft

protected int estimatedTimeLeft

progressDivisions

protected int progressDivisions

currentPosition

protected int currentPosition
Constructor Detail

ExtendedOperationThread

public ExtendedOperationThread()

ExtendedOperationThread

public ExtendedOperationThread(java.lang.String descr)
Method Detail

getEstimatedTimeLeft

public int getEstimatedTimeLeft()

getProgressDivisions

public int getProgressDivisions()

getCurrentPosition

public int getCurrentPosition()

getEstimagedTimeLeftText

public java.lang.String getEstimagedTimeLeftText()

Ontimize