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

Packages that use MainMemoryType
org.globus.mds.glue   
 

Uses of MainMemoryType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as MainMemoryType
private  MainMemoryType SubClusterOrHostType.mainMemory
           
 

Methods in org.globus.mds.glue that return MainMemoryType
 MainMemoryType SubClusterOrHostType.getMainMemory()
          Gets the mainMemory value for this SubClusterOrHostType.
 

Methods in org.globus.mds.glue with parameters of type MainMemoryType
 void SubClusterOrHostType.setMainMemory(MainMemoryType mainMemory)
          Sets the mainMemory value for this SubClusterOrHostType.
 

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