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

Packages that use StorageDeviceType
org.globus.mds.glue   
 

Uses of StorageDeviceType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as StorageDeviceType
private  StorageDeviceType[] SubClusterOrHostType.storageDevice
           
 

Methods in org.globus.mds.glue that return StorageDeviceType
 StorageDeviceType[] SubClusterOrHostType.getStorageDevice()
          Gets the storageDevice value for this SubClusterOrHostType.
 StorageDeviceType SubClusterOrHostType.getStorageDevice(int i)
           
 

Methods in org.globus.mds.glue with parameters of type StorageDeviceType
 void SubClusterOrHostType.setStorageDevice(StorageDeviceType[] storageDevice)
          Sets the storageDevice value for this SubClusterOrHostType.
 void SubClusterOrHostType.setStorageDevice(int i, StorageDeviceType _value)
           
 

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