public class CONDORParams extends Object implements Serializable
| Constructor and Description |
|---|
CONDORParams() |
CONDORParams(CONDORResource[] condorResources,
CONDORConfig config,
long executionLease) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public CONDORParams()
public CONDORParams(CONDORResource[] condorResources, CONDORConfig config, long executionLease)
public long getExecutionLease()
public void setExecutionLease(long executionLease)
executionLease - public CONDORResource[] getCondorResources()
public void setCondorResources(CONDORResource[] condorResources)
condorResources - public CONDORResource getCondorResources(int i)
public void setCondorResources(int i,
CONDORResource _value)
public CONDORConfig getConfig()
public void setConfig(CONDORConfig config)
config - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.