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

Packages that use FileSystemType
org.globus.mds.glue   
 

Uses of FileSystemType in org.globus.mds.glue
 

Subclasses of FileSystemType in org.globus.mds.glue
 class LocalFileSystemType
           
 class RemoteFileSystemType
           
 

Fields in org.globus.mds.glue declared as FileSystemType
private  FileSystemType[] SubClusterOrHostType.fileSystem
           
 

Methods in org.globus.mds.glue that return FileSystemType
 FileSystemType[] SubClusterOrHostType.getFileSystem()
          Gets the fileSystem value for this SubClusterOrHostType.
 FileSystemType SubClusterOrHostType.getFileSystem(int i)
           
 

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

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