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

Packages that use NetworkAdapterType
org.globus.mds.glue   
 

Uses of NetworkAdapterType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as NetworkAdapterType
private  NetworkAdapterType[] SubClusterOrHostType.networkAdapter
           
 

Methods in org.globus.mds.glue that return NetworkAdapterType
 NetworkAdapterType[] SubClusterOrHostType.getNetworkAdapter()
          Gets the networkAdapter value for this SubClusterOrHostType.
 NetworkAdapterType SubClusterOrHostType.getNetworkAdapter(int i)
           
 

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

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