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

Packages that use SubClusterType
org.globus.mds.glue   
 

Uses of SubClusterType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as SubClusterType
private  SubClusterType[] ClusterType.subCluster
           
 

Methods in org.globus.mds.glue that return SubClusterType
 SubClusterType[] ClusterType.getSubCluster()
          Gets the subCluster value for this ClusterType.
 SubClusterType ClusterType.getSubCluster(int i)
           
 

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

Constructors in org.globus.mds.glue with parameters of type SubClusterType
ClusterType(org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.URI informationServiceURL, java.lang.String name, SubClusterType[] subCluster, java.lang.String uniqueID)