Uses of Interface
org.glassfish.api.admin.ProgressStatus
Packages that use ProgressStatus
Package
Description
Admin commands in GlassFish
-
Uses of ProgressStatus in org.glassfish.api.admin
Subinterfaces of ProgressStatus in org.glassfish.api.adminModifier and TypeInterfaceDescriptioninterfaceBase interface of progress status implementation.Methods in org.glassfish.api.admin that return ProgressStatusModifier and TypeMethodDescriptionProgressStatus.createChild(int allocatedSteps) Create a child ProgressStatus object which can be used independently by a command's subroutine or sub-commands.ProgressStatus.createChild(String name, int allocatedSteps) Create a child ProgressStatus object which can be used independently by a command's subroutine or sub-commands.AdminCommandContext.getProgressStatus()ProgressStatus can be used to inform about step by step progress of the command.AdminCommandContextForInstance.getProgressStatus()AdminCommandContextImpl.getProgressStatus()SupplementalCommandExecutor.SupplementalCommand.getProgressStatus()Methods in org.glassfish.api.admin with parameters of type ProgressStatusModifier and TypeMethodDescriptionCommandRunner.CommandInvocation.progressStatusChild(ProgressStatus ps) Register child of ProgressStatus.voidSupplementalCommandExecutor.SupplementalCommand.setProgressStatus(ProgressStatus progressStatus) Constructors in org.glassfish.api.admin with parameters of type ProgressStatusModifierConstructorDescriptionAdminCommandContextForInstance(AdminCommandContext wrapped, ProgressStatus progressStatus) -
Uses of ProgressStatus in org.glassfish.api.admin.progress
Classes in org.glassfish.api.admin.progress that implement ProgressStatusModifier and TypeClassDescriptionclassBasic abstract implementation ofProgressStatus.classProgressStatusimplementation suggested forAdminCommandimplementation.classThis implementation is used for modeling of command execution with supplemental commands.Methods in org.glassfish.api.admin.progress that return ProgressStatusModifier and TypeMethodDescriptionabstract ProgressStatusProgressStatusEvent.apply(ProgressStatus ps) ProgressStatusEventComplete.apply(ProgressStatus ps) ProgressStatusEventCreateChild.apply(ProgressStatus ps) ProgressStatusEventProgress.apply(ProgressStatus ps) ProgressStatusEventSet.apply(ProgressStatus ps) ProgressStatusBase.createChild(int allocatedSteps) ProgressStatusBase.createChild(String name, int allocatedSteps) ProgressStatusBase.createChild(String name, int allocatedSteps, int totalStepCount) ProgressStatusMirroringImpl.createChild(String name, int allocatedSteps, int totalStepCount) Ignores allocated steps.Methods in org.glassfish.api.admin.progress with parameters of type ProgressStatusModifier and TypeMethodDescriptionabstract ProgressStatusProgressStatusEvent.apply(ProgressStatus ps) ProgressStatusEventComplete.apply(ProgressStatus ps) ProgressStatusEventCreateChild.apply(ProgressStatus ps) ProgressStatusEventProgress.apply(ProgressStatus ps) ProgressStatusEventSet.apply(ProgressStatus ps)