Uses of Class
org.glassfish.api.admin.progress.ProgressStatusBase
-
Packages that use ProgressStatusBase Package Description com.sun.enterprise.admin.progress org.glassfish.admin.rest.provider org.glassfish.api.admin.progress -
-
Uses of ProgressStatusBase in com.sun.enterprise.admin.progress
Subclasses of ProgressStatusBase in com.sun.enterprise.admin.progress Modifier and Type Class Description classCommandProgressImplBasic and probably only implementation ofCommandProgress.Methods in com.sun.enterprise.admin.progress with parameters of type ProgressStatusBase Modifier and Type Method Description voidProgressStatusClient. mirror(ProgressStatusBase source) -
Uses of ProgressStatusBase in org.glassfish.admin.rest.provider
Methods in org.glassfish.admin.rest.provider with parameters of type ProgressStatusBase Modifier and Type Method Description StringProgressStatusJsonProvider. getContent(ProgressStatusBase proxy)voidProgressStatusJsonProvider. writeJson(String name, ProgressStatusBase ps, int allocatedSteps, com.fasterxml.jackson.core.JsonGenerator out)voidProgressStatusJsonProvider. writeTo(ProgressStatusBase proxy, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) -
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)
-