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

Packages that use InfoType
org.globus.mds.glue   
org.globus.mds.glue.batchprovider   
 

Uses of InfoType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as InfoType
private  InfoType ComputingElementType.info
           
 

Methods in org.globus.mds.glue that return InfoType
 InfoType ComputingElementType.getInfo()
          Gets the info value for this ComputingElementType.
 

Methods in org.globus.mds.glue with parameters of type InfoType
 void ComputingElementType.setInfo(InfoType info)
          Sets the info value for this ComputingElementType.
 

Constructors in org.globus.mds.glue with parameters of type InfoType
ComputingElementType(org.apache.axis.message.MessageElement[] _any, AccessControlBaseType accessControlBase, InfoType info, org.apache.axis.types.URI informationServiceURL, JobType[] job, java.lang.String name, PolicyType policy, StateType state, java.lang.String uniqueID)
           
 

Uses of InfoType in org.globus.mds.glue.batchprovider
 

Fields in org.globus.mds.glue.batchprovider declared as InfoType
private  InfoType SchedulerType.info
           
 

Methods in org.globus.mds.glue.batchprovider that return InfoType
 InfoType SchedulerType.getInfo()
          Gets the info value for this SchedulerType.
 

Methods in org.globus.mds.glue.batchprovider with parameters of type InfoType
 void SchedulerType.setInfo(InfoType info)
          Sets the info value for this SchedulerType.
 

Constructors in org.globus.mds.glue.batchprovider with parameters of type InfoType
SchedulerType(org.apache.axis.message.MessageElement[] _any, InfoType info, QueueType[] queue)