Package org.glassfish.api.admin.progress
Class ProgressStatusEventSet
java.lang.Object
org.glassfish.api.admin.progress.ProgressStatusEvent
org.glassfish.api.admin.progress.ProgressStatusEventSet
- All Implemented Interfaces:
Serializable,ProgressEvent
Change some value in ProgressStatus using set method.
- Author:
- martinmares
- See Also:
-
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) toString()Methods inherited from class org.glassfish.api.admin.progress.ProgressStatusEvent
getSourceId
-
Constructor Details
-
ProgressStatusEventSet
-
ProgressStatusEventSet
-
-
Method Details