Uses of Class
org.glassfish.api.admin.progress.ProgressStatusBase
Packages that use ProgressStatusBase
-
Uses of ProgressStatusBase in org.glassfish.api.admin.progress
Subclasses of ProgressStatusBase in org.glassfish.api.admin.progressModifier and TypeClassDescriptionclass
ProgressStatus
implementation suggested forAdminCommand
implementation.class
This implementation is used for modeling of command execution with supplemental commands.Fields in org.glassfish.api.admin.progress declared as ProgressStatusBaseMethods in org.glassfish.api.admin.progress that return ProgressStatusBaseModifier and TypeMethodDescriptionprotected abstract ProgressStatusBase
ProgressStatusBase.doCreateChild
(String name, int totalStepCount) protected ProgressStatusBase
ProgressStatusImpl.doCreateChild
(String name, int totalStepCount) protected ProgressStatusBase
ProgressStatusMirroringImpl.doCreateChild
(String name, int totalStepCount) protected ProgressStatusBase
Recursive search for child by id.ProgressStatusBase.getParrent()
ProgressStatusBase.ChildProgressStatus.getProgressStatus()
Methods in org.glassfish.api.admin.progress that return types with arguments of type ProgressStatusBaseConstructors in org.glassfish.api.admin.progress with parameters of type ProgressStatusBaseModifierConstructorDescriptionChildProgressStatus
(int allocatedSteps, ProgressStatusBase progressStatus) protected
ProgressStatusBase
(String name, int totalStepCount, ProgressStatusBase parent, String id) Construct namedProgressStatus
with defined expected count of steps.protected
ProgressStatusBase
(String name, ProgressStatusBase parent, String id) Construct namedProgressStatus
.protected
ProgressStatusBase
(ProgressStatusBase parent, String id) Construct unnamedProgressStatus
protected
ProgressStatusImpl
(String name, int totalStepCount, ProgressStatusBase parent, String id) Construct namedProgressStatusImpl
with defined expected count of steps.protected
ProgressStatusImpl
(String name, ProgressStatusBase parent, String id) Construct namedProgressStatusImpl
.protected
ProgressStatusImpl
(ProgressStatusBase parent, String id) Construct unnamedProgressStatusImpl
ProgressStatusMirroringImpl
(String name, ProgressStatusBase parent, String id)