public interface AdminCommandState
| Modifier and Type | Interface and Description |
|---|---|
static class |
AdminCommandState.State |
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_STATE_CHANGED |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(ActionReport actionReport)
Completes whole progress and records result
|
ActionReport |
getActionReport() |
String |
getId() |
AdminCommandState.State |
getState() |
boolean |
isOutboundPayloadEmpty()
Are there data in outbound payload or not.
|
static final String EVENT_STATE_CHANGED
AdminCommandState.State getState()
void complete(ActionReport actionReport)
actionReport - result messageActionReport getActionReport()
boolean isOutboundPayloadEmpty()
String getId()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.