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

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

public class GRIDConfig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GRIDConfig()
           
GRIDConfig(boolean chokePerformanceEvents, boolean chokeProgressEvents, long retryOnErrorPeriod, int retryOnErrorTimes, long timeout, long waitPeriod)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 long getRetryOnErrorPeriod()
          Gets the retryOnErrorPeriod value for this GRIDConfig.
 int getRetryOnErrorTimes()
          Gets the retryOnErrorTimes value for this GRIDConfig.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 long getTimeout()
          Gets the timeout value for this GRIDConfig.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getWaitPeriod()
          Gets the waitPeriod value for this GRIDConfig.
 int hashCode()
           
 boolean isChokePerformanceEvents()
          Gets the chokePerformanceEvents value for this GRIDConfig.
 boolean isChokeProgressEvents()
          Gets the chokeProgressEvents value for this GRIDConfig.
 void setChokePerformanceEvents(boolean chokePerformanceEvents)
          Sets the chokePerformanceEvents value for this GRIDConfig.
 void setChokeProgressEvents(boolean chokeProgressEvents)
          Sets the chokeProgressEvents value for this GRIDConfig.
 void setRetryOnErrorPeriod(long retryOnErrorPeriod)
          Sets the retryOnErrorPeriod value for this GRIDConfig.
 void setRetryOnErrorTimes(int retryOnErrorTimes)
          Sets the retryOnErrorTimes value for this GRIDConfig.
 void setTimeout(long timeout)
          Sets the timeout value for this GRIDConfig.
 void setWaitPeriod(long waitPeriod)
          Sets the waitPeriod value for this GRIDConfig.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GRIDConfig

public GRIDConfig()

GRIDConfig

public GRIDConfig(boolean chokePerformanceEvents,
                  boolean chokeProgressEvents,
                  long retryOnErrorPeriod,
                  int retryOnErrorTimes,
                  long timeout,
                  long waitPeriod)
Method Detail

isChokeProgressEvents

public boolean isChokeProgressEvents()
Gets the chokeProgressEvents value for this GRIDConfig.

Returns:
chokeProgressEvents

setChokeProgressEvents

public void setChokeProgressEvents(boolean chokeProgressEvents)
Sets the chokeProgressEvents value for this GRIDConfig.

Parameters:
chokeProgressEvents -

isChokePerformanceEvents

public boolean isChokePerformanceEvents()
Gets the chokePerformanceEvents value for this GRIDConfig.

Returns:
chokePerformanceEvents

setChokePerformanceEvents

public void setChokePerformanceEvents(boolean chokePerformanceEvents)
Sets the chokePerformanceEvents value for this GRIDConfig.

Parameters:
chokePerformanceEvents -

getTimeout

public long getTimeout()
Gets the timeout value for this GRIDConfig.

Returns:
timeout

setTimeout

public void setTimeout(long timeout)
Sets the timeout value for this GRIDConfig.

Parameters:
timeout -

getWaitPeriod

public long getWaitPeriod()
Gets the waitPeriod value for this GRIDConfig.

Returns:
waitPeriod

setWaitPeriod

public void setWaitPeriod(long waitPeriod)
Sets the waitPeriod value for this GRIDConfig.

Parameters:
waitPeriod -

getRetryOnErrorPeriod

public long getRetryOnErrorPeriod()
Gets the retryOnErrorPeriod value for this GRIDConfig.

Returns:
retryOnErrorPeriod

setRetryOnErrorPeriod

public void setRetryOnErrorPeriod(long retryOnErrorPeriod)
Sets the retryOnErrorPeriod value for this GRIDConfig.

Parameters:
retryOnErrorPeriod -

getRetryOnErrorTimes

public int getRetryOnErrorTimes()
Gets the retryOnErrorTimes value for this GRIDConfig.

Returns:
retryOnErrorTimes

setRetryOnErrorTimes

public void setRetryOnErrorTimes(int retryOnErrorTimes)
Sets the retryOnErrorTimes value for this GRIDConfig.

Parameters:
retryOnErrorTimes -

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.