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

Packages that use HostType
org.globus.mds.glue   
 

Uses of HostType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as HostType
private  HostType[] SubClusterType.host
           
 

Methods in org.globus.mds.glue that return HostType
 HostType[] SubClusterType.getHost()
          Gets the host value for this SubClusterType.
 HostType SubClusterType.getHost(int i)
           
 

Methods in org.globus.mds.glue with parameters of type HostType
 void SubClusterType.setHost(HostType[] host)
          Sets the host value for this SubClusterType.
 void SubClusterType.setHost(int i, HostType _value)
           
 

Constructors in org.globus.mds.glue with parameters of type HostType
SubClusterType(HostType[] host)