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

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

public class GRIDParams
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GRIDParams()
           
GRIDParams(GRIDConfig config, long executionLease, GRIDResource[] gridResources)
           
 
Method Summary
 boolean equals(Object obj)
           
 GRIDConfig getConfig()
          Gets the config value for this GRIDParams.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 long getExecutionLease()
          Gets the executionLease value for this GRIDParams.
 GRIDResource[] getGridResources()
          Gets the gridResources value for this GRIDParams.
 GRIDResource getGridResources(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setConfig(GRIDConfig config)
          Sets the config value for this GRIDParams.
 void setExecutionLease(long executionLease)
          Sets the executionLease value for this GRIDParams.
 void setGridResources(GRIDResource[] gridResources)
          Sets the gridResources value for this GRIDParams.
 void setGridResources(int i, GRIDResource _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GRIDParams

public GRIDParams()

GRIDParams

public GRIDParams(GRIDConfig config,
                  long executionLease,
                  GRIDResource[] gridResources)
Method Detail

getExecutionLease

public long getExecutionLease()
Gets the executionLease value for this GRIDParams.

Returns:
executionLease

setExecutionLease

public void setExecutionLease(long executionLease)
Sets the executionLease value for this GRIDParams.

Parameters:
executionLease -

getGridResources

public GRIDResource[] getGridResources()
Gets the gridResources value for this GRIDParams.

Returns:
gridResources

setGridResources

public void setGridResources(GRIDResource[] gridResources)
Sets the gridResources value for this GRIDParams.

Parameters:
gridResources -

getGridResources

public GRIDResource getGridResources(int i)

setGridResources

public void setGridResources(int i,
                             GRIDResource _value)

getConfig

public GRIDConfig getConfig()
Gets the config value for this GRIDParams.

Returns:
config

setConfig

public void setConfig(GRIDConfig config)
Sets the config value for this GRIDParams.

Parameters:
config -

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.