org.gcube.execution.workflowengine.service.stubs
Class ExecutionProgressEvent

java.lang.Object
  extended by org.gcube.execution.workflowengine.service.stubs.ExecutionProgressEvent
All Implemented Interfaces:
Serializable

public class ExecutionProgressEvent
extends Object
implements Serializable

See Also:
Serialized Form

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

ExecutionProgressEvent

public ExecutionProgressEvent()

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

isReportProgress

public boolean isReportProgress()
Gets the reportProgress value for this ExecutionProgressEvent.

Returns:
reportProgress

setReportProgress

public void setReportProgress(boolean reportProgress)
Sets the reportProgress value for this ExecutionProgressEvent.

Parameters:
reportProgress -

isReportNodeProgress

public boolean isReportNodeProgress()
Gets the reportNodeProgress value for this ExecutionProgressEvent.

Returns:
reportNodeProgress

setReportNodeProgress

public void setReportNodeProgress(boolean reportNodeProgress)
Sets the reportNodeProgress value for this ExecutionProgressEvent.

Parameters:
reportNodeProgress -

isReportNodeStatus

public boolean isReportNodeStatus()
Gets the reportNodeStatus value for this ExecutionProgressEvent.

Returns:
reportNodeStatus

setReportNodeStatus

public void setReportNodeStatus(boolean reportNodeStatus)
Sets the reportNodeStatus value for this ExecutionProgressEvent.

Parameters:
reportNodeStatus -

getCurrentStep

public int getCurrentStep()
Gets the currentStep value for this ExecutionProgressEvent.

Returns:
currentStep

setCurrentStep

public void setCurrentStep(int currentStep)
Sets the currentStep value for this ExecutionProgressEvent.

Parameters:
currentStep -

getTotalStep

public int getTotalStep()
Gets the totalStep value for this ExecutionProgressEvent.

Returns:
totalStep

setTotalStep

public void setTotalStep(int totalStep)
Sets the totalStep value for this ExecutionProgressEvent.

Parameters:
totalStep -

getNodeName

public String getNodeName()
Gets the nodeName value for this ExecutionProgressEvent.

Returns:
nodeName

setNodeName

public void setNodeName(String nodeName)
Sets the nodeName value for this ExecutionProgressEvent.

Parameters:
nodeName -

getNodeHostName

public String getNodeHostName()
Gets the nodeHostName value for this ExecutionProgressEvent.

Returns:
nodeHostName

setNodeHostName

public void setNodeHostName(String nodeHostName)
Sets the nodeHostName value for this ExecutionProgressEvent.

Parameters:
nodeHostName -

getNodePort

public int getNodePort()
Gets the nodePort value for this ExecutionProgressEvent.

Returns:
nodePort

setNodePort

public void setNodePort(int nodePort)
Sets the nodePort value for this ExecutionProgressEvent.

Parameters:
nodePort -

getMessage

public String getMessage()
Gets the message value for this ExecutionProgressEvent.

Returns:
message

setMessage

public void setMessage(String message)
Sets the message value for this ExecutionProgressEvent.

Parameters:
message -

getEmiterID

public String getEmiterID()
Gets the emiterID value for this ExecutionProgressEvent.

Returns:
emiterID

setEmiterID

public void setEmiterID(String emiterID)
Sets the emiterID value for this ExecutionProgressEvent.

Parameters:
emiterID -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.