|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.execution.workflowengine.service.stubs.ExecutionProgressEvent
public class ExecutionProgressEvent
| Constructor Summary | |
|---|---|
ExecutionProgressEvent()
|
|
ExecutionProgressEvent(int currentStep,
String emiterID,
String message,
String nodeHostName,
String nodeName,
int nodePort,
boolean reportNodeProgress,
boolean reportNodeStatus,
boolean reportProgress,
int totalStep)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getCurrentStep()
Gets the currentStep value for this ExecutionProgressEvent. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getEmiterID()
Gets the emiterID value for this ExecutionProgressEvent. |
String |
getMessage()
Gets the message value for this ExecutionProgressEvent. |
String |
getNodeHostName()
Gets the nodeHostName value for this ExecutionProgressEvent. |
String |
getNodeName()
Gets the nodeName value for this ExecutionProgressEvent. |
int |
getNodePort()
Gets the nodePort value for this ExecutionProgressEvent. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
int |
getTotalStep()
Gets the totalStep value for this ExecutionProgressEvent. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isReportNodeProgress()
Gets the reportNodeProgress value for this ExecutionProgressEvent. |
boolean |
isReportNodeStatus()
Gets the reportNodeStatus value for this ExecutionProgressEvent. |
boolean |
isReportProgress()
Gets the reportProgress value for this ExecutionProgressEvent. |
void |
setCurrentStep(int currentStep)
Sets the currentStep value for this ExecutionProgressEvent. |
void |
setEmiterID(String emiterID)
Sets the emiterID value for this ExecutionProgressEvent. |
void |
setMessage(String message)
Sets the message value for this ExecutionProgressEvent. |
void |
setNodeHostName(String nodeHostName)
Sets the nodeHostName value for this ExecutionProgressEvent. |
void |
setNodeName(String nodeName)
Sets the nodeName value for this ExecutionProgressEvent. |
void |
setNodePort(int nodePort)
Sets the nodePort value for this ExecutionProgressEvent. |
void |
setReportNodeProgress(boolean reportNodeProgress)
Sets the reportNodeProgress value for this ExecutionProgressEvent. |
void |
setReportNodeStatus(boolean reportNodeStatus)
Sets the reportNodeStatus value for this ExecutionProgressEvent. |
void |
setReportProgress(boolean reportProgress)
Sets the reportProgress value for this ExecutionProgressEvent. |
void |
setTotalStep(int totalStep)
Sets the totalStep value for this ExecutionProgressEvent. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionProgressEvent()
public ExecutionProgressEvent(int currentStep,
String emiterID,
String message,
String nodeHostName,
String nodeName,
int nodePort,
boolean reportNodeProgress,
boolean reportNodeStatus,
boolean reportProgress,
int totalStep)
| Method Detail |
|---|
public boolean isReportProgress()
public void setReportProgress(boolean reportProgress)
reportProgress - public boolean isReportNodeProgress()
public void setReportNodeProgress(boolean reportNodeProgress)
reportNodeProgress - public boolean isReportNodeStatus()
public void setReportNodeStatus(boolean reportNodeStatus)
reportNodeStatus - public int getCurrentStep()
public void setCurrentStep(int currentStep)
currentStep - public int getTotalStep()
public void setTotalStep(int totalStep)
totalStep - public String getNodeName()
public void setNodeName(String nodeName)
nodeName - public String getNodeHostName()
public void setNodeHostName(String nodeHostName)
nodeHostName - public int getNodePort()
public void setNodePort(int nodePort)
nodePort - public String getMessage()
public void setMessage(String message)
message - public String getEmiterID()
public void setEmiterID(String emiterID)
emiterID - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||