public class GRIDParams extends Object implements Serializable
| Constructor and Description |
|---|
GRIDParams() |
GRIDParams(GRIDConfig config,
long executionLease,
GRIDResource[] gridResources) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public GRIDParams()
public GRIDParams(GRIDConfig config, long executionLease, GRIDResource[] gridResources)
public long getExecutionLease()
public void setExecutionLease(long executionLease)
executionLease - public GRIDResource[] getGridResources()
public void setGridResources(GRIDResource[] gridResources)
gridResources - public GRIDResource getGridResources(int i)
public void setGridResources(int i,
GRIDResource _value)
public GRIDConfig getConfig()
public void setConfig(GRIDConfig 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.