Package org.glassfish.api.admin.progress
Class ProgressStatusEventCreateChild
- java.lang.Object
-
- org.glassfish.api.admin.progress.ProgressStatusEvent
-
- org.glassfish.api.admin.progress.ProgressStatusEventCreateChild
-
public class ProgressStatusEventCreateChild extends ProgressStatusEvent
Progress method was called.- Author:
- martinmares
-
-
Constructor Summary
Constructors Constructor Description ProgressStatusEventCreateChild(String progressStatusId)
ProgressStatusEventCreateChild(String progressStatusId, String name, String childId, int allocatedSteps, int totalSteps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProgressStatus
apply(ProgressStatus ps)
boolean
equals(Object obj)
int
getAllocatedSteps()
String
getChildId()
String
getName()
int
getTotalSteps()
int
hashCode()
void
setAllocatedSteps(int allocatedSteps)
void
setChildId(String childId)
void
setName(String name)
void
setTotalSteps(int totalSteps)
-
Methods inherited from class org.glassfish.api.admin.progress.ProgressStatusEvent
getSourceId
-
-
-
-
Method Detail
-
getChildId
public String getChildId()
-
setChildId
public void setChildId(String childId)
-
getAllocatedSteps
public int getAllocatedSteps()
-
setAllocatedSteps
public void setAllocatedSteps(int allocatedSteps)
-
getTotalSteps
public int getTotalSteps()
-
setTotalSteps
public void setTotalSteps(int totalSteps)
-
getName
public String getName()
-
setName
public void setName(String name)
-
apply
public ProgressStatus apply(ProgressStatus ps)
- Specified by:
apply
in classProgressStatusEvent
-
-