Uses of Class
org.glassfish.api.admin.progress.ProgressStatusBase
-
Packages that use ProgressStatusBase Package Description org.glassfish.api.admin.progress -
-
Uses of ProgressStatusBase in org.glassfish.api.admin.progress
Subclasses of ProgressStatusBase in org.glassfish.api.admin.progress Modifier and Type Class Description classProgressStatusImplProgressStatusimplementation suggested forAdminCommandimplementation.classProgressStatusMirroringImplThis implementation is used for modeling of command execution with supplemental commands.Fields in org.glassfish.api.admin.progress declared as ProgressStatusBase Modifier and Type Field Description protected ProgressStatusBaseProgressStatusBase. parentMethods in org.glassfish.api.admin.progress that return ProgressStatusBase Modifier and Type Method Description protected abstract ProgressStatusBaseProgressStatusBase. doCreateChild(String name, int totalStepCount)protected ProgressStatusBaseProgressStatusImpl. doCreateChild(String name, int totalStepCount)protected ProgressStatusBaseProgressStatusMirroringImpl. doCreateChild(String name, int totalStepCount)protected ProgressStatusBaseProgressStatusBase. findById(String id)Recursive search for child by id.ProgressStatusBaseProgressStatusBase. getParrent()ProgressStatusBaseProgressStatusBase.ChildProgressStatus. getProgressStatus()Methods in org.glassfish.api.admin.progress that return types with arguments of type ProgressStatusBase Modifier and Type Method Description Collection<ProgressStatusBase>ProgressStatusBase. getChildren()Constructors in org.glassfish.api.admin.progress with parameters of type ProgressStatusBase Constructor Description ChildProgressStatus(int allocatedSteps, ProgressStatusBase progressStatus)ProgressStatusBase(String name, int totalStepCount, ProgressStatusBase parent, String id)Construct namedProgressStatuswith defined expected count of steps.ProgressStatusBase(String name, ProgressStatusBase parent, String id)Construct namedProgressStatus.ProgressStatusBase(ProgressStatusBase parent, String id)Construct unnamedProgressStatusProgressStatusImpl(String name, int totalStepCount, ProgressStatusBase parent, String id)Construct namedProgressStatusImplwith defined expected count of steps.ProgressStatusImpl(String name, ProgressStatusBase parent, String id)Construct namedProgressStatusImpl.ProgressStatusImpl(ProgressStatusBase parent, String id)Construct unnamedProgressStatusImplProgressStatusMirroringImpl(String name, ProgressStatusBase parent, String id)
-