Package org.glassfish.api.admin.progress
Class ProgressStatusEventSet
java.lang.Object
org.glassfish.api.admin.progress.ProgressStatusEvent
org.glassfish.api.admin.progress.ProgressStatusEventSet
Change some value in ProgressStatus using set method.
- Author:
- martinmares
-
Constructor Summary
ConstructorsConstructorDescriptionProgressStatusEventSet(String progressStatusId) ProgressStatusEventSet(String id, Integer totalStepCount, Integer currentStepCount) -
Method Summary
Modifier and TypeMethodDescriptionapply(ProgressStatus ps) booleaninthashCode()voidsetCurrentStepCount(Integer currentStepCount) voidsetTotalStepCount(Integer totalStepCount) Methods inherited from class org.glassfish.api.admin.progress.ProgressStatusEvent
getSourceId
-
Constructor Details
-
ProgressStatusEventSet
-
ProgressStatusEventSet
-
-
Method Details