|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.execution.workflowengine.service.stubs.GRIDParams
public class GRIDParams
| 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 |
|---|
public GRIDParams()
public GRIDParams(GRIDConfig config,
long executionLease,
GRIDResource[] gridResources)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||