|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.viewcomparemerge.Progress
public final class Progress
Information on the progress of a Merge operation from ViewMerger. This provides a snapshot of the progress at the time of request. The values in this class do not change again once the class is created. To retrieve the current progress, use ViewMerger.getProgress().
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns a description of the current state of the session |
int |
getEstimatedPercentComplete()
Returns a percentage estimate of how complete the current operation is. |
long |
getEstimatedTimeRemaining()
Returns an estimate of the time that remains to complete the current operation. |
int |
getRemainingUnitsOfWork()
Get the total number of operations yet to be completed. |
long |
getTotalTimeSpent()
Get the total time spent so far (in milliseconds). |
int |
getTotalUnitsOfWorkCompleted()
Get the total number of operations completed. |
boolean |
isInTransaction()
Returns true if the Commit Transaction has begun for this session |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getTotalUnitsOfWorkCompleted()
public int getRemainingUnitsOfWork()
public long getTotalTimeSpent()
public long getEstimatedTimeRemaining()
public int getEstimatedPercentComplete()
public java.lang.String getDescription()
public boolean isInTransaction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||