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

Packages that use BenchmarkType
org.globus.mds.glue   
 

Uses of BenchmarkType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as BenchmarkType
private  BenchmarkType SubClusterOrHostType.benchmark
           
 

Methods in org.globus.mds.glue that return BenchmarkType
 BenchmarkType SubClusterOrHostType.getBenchmark()
          Gets the benchmark value for this SubClusterOrHostType.
 

Methods in org.globus.mds.glue with parameters of type BenchmarkType
 void SubClusterOrHostType.setBenchmark(BenchmarkType benchmark)
          Sets the benchmark value for this SubClusterOrHostType.
 

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