Package org.glassfish.api.admin.progress
Class ProgressStatusEventSet
- java.lang.Object
-
- org.glassfish.api.admin.progress.ProgressStatusEvent
-
- org.glassfish.api.admin.progress.ProgressStatusEventSet
-
public class ProgressStatusEventSet extends ProgressStatusEvent
Change some value in ProgressStatus using set method.- Author:
- martinmares
-
-
Constructor Summary
Constructors Constructor Description ProgressStatusEventSet(String progressStatusId)ProgressStatusEventSet(String id, Integer totalStepCount, Integer currentStepCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProgressStatusapply(ProgressStatus ps)booleanequals(Object obj)IntegergetCurrentStepCount()IntegergetTotalStepCount()inthashCode()voidsetCurrentStepCount(Integer currentStepCount)voidsetTotalStepCount(Integer totalStepCount)-
Methods inherited from class org.glassfish.api.admin.progress.ProgressStatusEvent
getSourceId
-
-
-
-
Method Detail
-
getTotalStepCount
public Integer getTotalStepCount()
-
getCurrentStepCount
public Integer getCurrentStepCount()
-
setTotalStepCount
public void setTotalStepCount(Integer totalStepCount)
-
setCurrentStepCount
public void setCurrentStepCount(Integer currentStepCount)
-
apply
public ProgressStatus apply(ProgressStatus ps)
- Specified by:
applyin classProgressStatusEvent
-
-