public interface CommandProgress extends ProgressStatus
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_PROGRESSSTATUS_CHANGE |
static String |
EVENT_PROGRESSSTATUS_STATE |
| Modifier and Type | Method and Description |
|---|---|
float |
computeCompletePortion() |
int |
computeSumSteps() |
ProgressStatusMirroringImpl |
createMirroringChild(int allocatedSteps)
Creates child for mirroring (supplemental commands)
|
Date |
getEndTime()
Timestamp of command complete event or
null for running command |
String |
getId()
Unique id of this command
|
String |
getLastMessage() |
String |
getName() |
Date |
getStartTime()
Timestamp of command creation
|
boolean |
isSpinnerActive() |
void |
setEventBroker(AdminCommandEventBroker eventBroker) |
complete, complete, createChild, createChild, getRemainingStepCount, getTotalStepCount, isComplete, progress, progress, progress, progress, setCurrentStepCount, setTotalStepCountstatic final String EVENT_PROGRESSSTATUS_CHANGE
static final String EVENT_PROGRESSSTATUS_STATE
Date getEndTime()
null for running commandDate getStartTime()
ProgressStatusMirroringImpl createMirroringChild(int allocatedSteps)
String getId()
getId in interface ProgressStatusString getName()
float computeCompletePortion()
String getLastMessage()
void setEventBroker(AdminCommandEventBroker eventBroker)
int computeSumSteps()
boolean isSpinnerActive()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.