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

Packages that use ArchitectureType
org.globus.mds.glue   
 

Uses of ArchitectureType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as ArchitectureType
private  ArchitectureType SubClusterOrHostType.architecture
           
 

Methods in org.globus.mds.glue that return ArchitectureType
 ArchitectureType SubClusterOrHostType.getArchitecture()
          Gets the architecture value for this SubClusterOrHostType.
 

Methods in org.globus.mds.glue with parameters of type ArchitectureType
 void SubClusterOrHostType.setArchitecture(ArchitectureType architecture)
          Sets the architecture value for this SubClusterOrHostType.
 

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