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

Packages that use OperatingSystemType
org.globus.mds.glue   
 

Uses of OperatingSystemType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as OperatingSystemType
private  OperatingSystemType SubClusterOrHostType.operatingSystem
           
 

Methods in org.globus.mds.glue that return OperatingSystemType
 OperatingSystemType SubClusterOrHostType.getOperatingSystem()
          Gets the operatingSystem value for this SubClusterOrHostType.
 

Methods in org.globus.mds.glue with parameters of type OperatingSystemType
 void SubClusterOrHostType.setOperatingSystem(OperatingSystemType operatingSystem)
          Sets the operatingSystem value for this SubClusterOrHostType.
 

Constructors in org.globus.mds.glue with parameters of type OperatingSystemType
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)