Uses of Class
org.globus.mds.glue.LoadType

Packages that use LoadType
org.globus.mds.glue   
 

Uses of LoadType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as LoadType
private  LoadType HostType.processorLoad
           
private  LoadType HostType.SMPLoad
           
 

Methods in org.globus.mds.glue that return LoadType
 LoadType HostType.getProcessorLoad()
          Gets the processorLoad value for this HostType.
 LoadType HostType.getSMPLoad()
          Gets the SMPLoad value for this HostType.
 

Methods in org.globus.mds.glue with parameters of type LoadType
 void HostType.setProcessorLoad(LoadType processorLoad)
          Sets the processorLoad value for this HostType.
 void HostType.setSMPLoad(LoadType SMPLoad)
          Sets the SMPLoad value for this HostType.
 

Constructors in org.globus.mds.glue with parameters of type LoadType
HostType(LoadType SMPLoad, LoadType processorLoad)