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

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

public class CONDORParams
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CONDORParams()
           
CONDORParams(CONDORResource[] condorResources, CONDORConfig config, long executionLease)
           
 
Method Summary
 boolean equals(Object obj)
           
 CONDORResource[] getCondorResources()
          Gets the condorResources value for this CONDORParams.
 CONDORResource getCondorResources(int i)
           
 CONDORConfig getConfig()
          Gets the config value for this CONDORParams.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 long getExecutionLease()
          Gets the executionLease value for this CONDORParams.
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 setCondorResources(CONDORResource[] condorResources)
          Sets the condorResources value for this CONDORParams.
 void setCondorResources(int i, CONDORResource _value)
           
 void setConfig(CONDORConfig config)
          Sets the config value for this CONDORParams.
 void setExecutionLease(long executionLease)
          Sets the executionLease value for this CONDORParams.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CONDORParams

public CONDORParams()

CONDORParams

public CONDORParams(CONDORResource[] condorResources,
                    CONDORConfig config,
                    long executionLease)
Method Detail

getExecutionLease

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

Returns:
executionLease

setExecutionLease

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

Parameters:
executionLease -

getCondorResources

public CONDORResource[] getCondorResources()
Gets the condorResources value for this CONDORParams.

Returns:
condorResources

setCondorResources

public void setCondorResources(CONDORResource[] condorResources)
Sets the condorResources value for this CONDORParams.

Parameters:
condorResources -

getCondorResources

public CONDORResource getCondorResources(int i)

setCondorResources

public void setCondorResources(int i,
                               CONDORResource _value)

getConfig

public CONDORConfig getConfig()
Gets the config value for this CONDORParams.

Returns:
config

setConfig

public void setConfig(CONDORConfig config)
Sets the config value for this CONDORParams.

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.