| Package | Description |
|---|---|
| org.glassfish.api.admin.progress |
| Modifier and Type | Class and Description |
|---|---|
class |
ProgressStatusImpl
ProgressStatus implementation suggested for AdminCommand
implementation. |
class |
ProgressStatusMirroringImpl
This implementation is used for modeling of command execution with
supplemental commands.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProgressStatusBase |
ProgressStatusBase.parent |
| Modifier and Type | Method and Description |
|---|---|
protected ProgressStatusBase |
ProgressStatusImpl.doCreateChild(String name,
int totalStepCount) |
protected abstract ProgressStatusBase |
ProgressStatusBase.doCreateChild(String name,
int totalStepCount) |
protected ProgressStatusBase |
ProgressStatusMirroringImpl.doCreateChild(String name,
int totalStepCount) |
protected ProgressStatusBase |
ProgressStatusBase.findById(String id)
Recursive search for child by id.
|
ProgressStatusBase |
ProgressStatusBase.getParrent() |
ProgressStatusBase |
ProgressStatusBase.ChildProgressStatus.getProgressStatus() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProgressStatusBase> |
ProgressStatusBase.getChildren() |
| Constructor and Description |
|---|
ChildProgressStatus(int allocatedSteps,
ProgressStatusBase progressStatus) |
ProgressStatusBase(ProgressStatusBase parent,
String id)
Construct unnamed
ProgressStatus |
ProgressStatusBase(String name,
int totalStepCount,
ProgressStatusBase parent,
String id)
Construct named
ProgressStatus with defined expected count
of steps. |
ProgressStatusBase(String name,
ProgressStatusBase parent,
String id)
Construct named
ProgressStatus. |
ProgressStatusImpl(ProgressStatusBase parent,
String id)
Construct unnamed
ProgressStatusImpl |
ProgressStatusImpl(String name,
int totalStepCount,
ProgressStatusBase parent,
String id)
Construct named
ProgressStatusImpl with defined expected count
of steps. |
ProgressStatusImpl(String name,
ProgressStatusBase parent,
String id)
Construct named
ProgressStatusImpl. |
ProgressStatusMirroringImpl(String name,
ProgressStatusBase parent,
String id) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.