Package org.glassfish.api.admin.progress
Class ProgressStatusEventCreateChild
java.lang.Object
org.glassfish.api.admin.progress.ProgressStatusEvent
org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
Progress method was called.
- Author:
- martinmares
-
Constructor Summary
ConstructorsConstructorDescriptionProgressStatusEventCreateChild(String progressStatusId) ProgressStatusEventCreateChild(String progressStatusId, String name, String childId, int allocatedSteps, int totalSteps) -
Method Summary
Modifier and TypeMethodDescriptionapply(ProgressStatus ps) booleanintgetName()intinthashCode()voidsetAllocatedSteps(int allocatedSteps) voidsetChildId(String childId) voidvoidsetTotalSteps(int totalSteps) Methods inherited from class org.glassfish.api.admin.progress.ProgressStatusEvent
getSourceId
-
Constructor Details
-
ProgressStatusEventCreateChild
-
ProgressStatusEventCreateChild
-
-
Method Details
-
getChildId
-
setChildId
-
getAllocatedSteps
public int getAllocatedSteps() -
setAllocatedSteps
public void setAllocatedSteps(int allocatedSteps) -
getTotalSteps
public int getTotalSteps() -
setTotalSteps
public void setTotalSteps(int totalSteps) -
getName
-
setName
-
apply
- Specified by:
applyin classProgressStatusEvent
-
hashCode
public int hashCode() -
equals
-