public class ProgressStatusImpl extends ProgressStatusBase implements Serializable
ProgressStatus implementation suggested for AdminCommand
implementation.ProgressStatusBase.ChildProgressStatuschildren, completed, currentStepCount, id, name, parent, totalStepCount| Modifier | Constructor and Description |
|---|---|
|
ProgressStatusImpl()
Constructor for instancing dummy (without propagation) instance.
|
protected |
ProgressStatusImpl(ProgressStatusBase parent,
String id)
Construct unnamed
ProgressStatusImpl |
protected |
ProgressStatusImpl(String name,
int totalStepCount,
ProgressStatusBase parent,
String id)
Construct named
ProgressStatusImpl with defined expected count
of steps. |
protected |
ProgressStatusImpl(String name,
ProgressStatusBase parent,
String id)
Construct named
ProgressStatusImpl. |
| Modifier and Type | Method and Description |
|---|---|
protected ProgressStatusBase |
doCreateChild(String name,
int totalStepCount) |
allocateStapsForChildProcess, complete, complete, completeSilently, computeCompletePortion, computeCompleteSteps, computeSumSteps, createChild, createChild, createChild, findById, fireEvent, getChildProgressStatuses, getChildren, getCurrentStepCount, getId, getName, getParrent, getRemainingStepCount, getTotalStepCount, isComplete, progress, progress, progress, progress, setCurrentStepCount, setTotalStepCount, toStringpublic ProgressStatusImpl()
protected ProgressStatusImpl(ProgressStatusBase parent, String id)
ProgressStatusImplparent - Parent ProgressStatusBaseid - Is useful for event transferprotected ProgressStatusImpl(String name, ProgressStatusBase parent, String id)
ProgressStatusImpl.name - of the ProgressStatus implementation is used
to identify source of progress messages.parent - Parent ProgressStatusBaseid - Is useful for event transferprotected ProgressStatusImpl(String name, int totalStepCount, ProgressStatusBase parent, String id)
ProgressStatusImpl with defined expected count
of steps.name - of the ProgressStatus implementation is used
to identify source of progress messages.totalStepCount - How many steps are expected in this
ProgressStatusparent - Parent ProgressStatusBaseid - Is useful for event transferprotected ProgressStatusBase doCreateChild(String name, int totalStepCount)
doCreateChild in class ProgressStatusBaseCopyright © 2017–2020 Eclipse Foundation. All rights reserved.