|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.glue.SubClusterOrHostType
org.globus.mds.glue.HostType
A host may have any of the properties of a subcluster. TODO: really a Host shouldn't be allowed another Host below it? Can I specify a restriction in here to limit the number of subordinate Hosts to 0, or some trick like that?
| Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private LoadType |
processorLoad
|
private LoadType |
SMPLoad
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
| Fields inherited from class org.globus.mds.glue.SubClusterOrHostType |
|
| Constructor Summary | |
HostType()
|
|
HostType(LoadType SMPLoad,
LoadType processorLoad)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
LoadType |
getProcessorLoad()
Gets the processorLoad value for this HostType. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
LoadType |
getSMPLoad()
Gets the SMPLoad value for this HostType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setProcessorLoad(LoadType processorLoad)
Sets the processorLoad value for this HostType. |
void |
setSMPLoad(LoadType SMPLoad)
Sets the SMPLoad value for this HostType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private LoadType processorLoad
private LoadType SMPLoad
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
public HostType()
public HostType(LoadType SMPLoad,
LoadType processorLoad)
| Method Detail |
public LoadType getProcessorLoad()
public void setProcessorLoad(LoadType processorLoad)
processorLoad - public LoadType getSMPLoad()
public void setSMPLoad(LoadType SMPLoad)
SMPLoad - public boolean equals(java.lang.Object obj)
equals in class SubClusterOrHostTypepublic int hashCode()
hashCode in class SubClusterOrHostTypepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||