| Package | Description |
|---|---|
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| org.glassfish.api.admin.progress |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandProgress
Base interface of progress status implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressStatus |
ProgressStatus.createChild(int allocatedSteps)
Create a child ProgressStatus object which can be used independently by
a command's subroutine or sub-commands.
|
ProgressStatus |
ProgressStatus.createChild(String name,
int allocatedSteps)
Create a child ProgressStatus object which can be used independently by
a command's subroutine or sub-commands.
|
ProgressStatus |
AdminCommandContextImpl.getProgressStatus() |
ProgressStatus |
SupplementalCommandExecutor.SupplementalCommand.getProgressStatus() |
ProgressStatus |
AdminCommandContextForInstance.getProgressStatus() |
ProgressStatus |
AdminCommandContext.getProgressStatus()
ProgressStatus can be used to inform about step by step progress
of the command.
|
| Modifier and Type | Method and Description |
|---|---|
CommandRunner.CommandInvocation |
CommandRunner.CommandInvocation.progressStatusChild(ProgressStatus ps)
Register child of ProgressStatus.
|
void |
SupplementalCommandExecutor.SupplementalCommand.setProgressStatus(ProgressStatus progressStatus) |
| Constructor and Description |
|---|
AdminCommandContextForInstance(AdminCommandContext wrapped,
ProgressStatus progressStatus) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProgressStatusBase
Basic abstract implementation of
ProgressStatus. |
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 | Method and Description |
|---|---|
ProgressStatus |
ProgressStatusEventCreateChild.apply(ProgressStatus ps) |
ProgressStatus |
ProgressStatusEventComplete.apply(ProgressStatus ps) |
ProgressStatus |
ProgressStatusEventProgress.apply(ProgressStatus ps) |
ProgressStatus |
ProgressStatusEventSet.apply(ProgressStatus ps) |
abstract ProgressStatus |
ProgressStatusEvent.apply(ProgressStatus ps) |
ProgressStatus |
ProgressStatusBase.createChild(int allocatedSteps) |
ProgressStatus |
ProgressStatusBase.createChild(String name,
int allocatedSteps) |
ProgressStatus |
ProgressStatusBase.createChild(String name,
int allocatedSteps,
int totalStepCount) |
ProgressStatus |
ProgressStatusMirroringImpl.createChild(String name,
int allocatedSteps,
int totalStepCount)
Ignores allocated steps.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressStatus |
ProgressStatusEventCreateChild.apply(ProgressStatus ps) |
ProgressStatus |
ProgressStatusEventComplete.apply(ProgressStatus ps) |
ProgressStatus |
ProgressStatusEventProgress.apply(ProgressStatus ps) |
ProgressStatus |
ProgressStatusEventSet.apply(ProgressStatus ps) |
abstract ProgressStatus |
ProgressStatusEvent.apply(ProgressStatus ps) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.