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

Packages that use ProcessorType
org.globus.mds.glue   
 

Uses of ProcessorType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as ProcessorType
private  ProcessorType SubClusterOrHostType.processor
           
 

Methods in org.globus.mds.glue that return ProcessorType
 ProcessorType SubClusterOrHostType.getProcessor()
          Gets the processor value for this SubClusterOrHostType.
 

Methods in org.globus.mds.glue with parameters of type ProcessorType
 void SubClusterOrHostType.setProcessor(ProcessorType processor)
          Sets the processor value for this SubClusterOrHostType.
 

Constructors in org.globus.mds.glue with parameters of type ProcessorType
SubClusterOrHostType(org.apache.axis.message.MessageElement[] _any, ApplicationSoftwareType applicationSoftware, ArchitectureType architecture, BenchmarkType benchmark, FileSystemType[] fileSystem, org.apache.axis.types.URI informationServiceURL, MainMemoryType mainMemory, java.lang.String name, NetworkAdapterType[] networkAdapter, OperatingSystemType operatingSystem, ProcessorType processor, StorageDeviceType[] storageDevice, java.lang.String uniqueID)