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

Packages that use ClusterType
org.globus.mds.glue   
org.globus.mds.glue.batchprovider   
 

Uses of ClusterType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as ClusterType
private  ClusterType[] GLUECERPType.cluster
           
 

Methods in org.globus.mds.glue that return ClusterType
 ClusterType[] GLUECERPType.getCluster()
          Gets the cluster value for this GLUECERPType.
 ClusterType GLUECERPType.getCluster(int i)
           
 

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

Constructors in org.globus.mds.glue with parameters of type ClusterType
GLUECERPType(org.apache.axis.message.MessageElement[] _any, ClusterType[] cluster, ComputingElementType[] computingElement)
           
 

Uses of ClusterType in org.globus.mds.glue.batchprovider
 

Fields in org.globus.mds.glue.batchprovider declared as ClusterType
private  ClusterType[] ClusterCollectionType.cluster
           
 

Methods in org.globus.mds.glue.batchprovider that return ClusterType
 ClusterType[] ClusterCollectionType.getCluster()
          Gets the cluster value for this ClusterCollectionType.
 ClusterType ClusterCollectionType.getCluster(int i)
           
 

Methods in org.globus.mds.glue.batchprovider with parameters of type ClusterType
 void ClusterCollectionType.setCluster(ClusterType[] cluster)
          Sets the cluster value for this ClusterCollectionType.
 void ClusterCollectionType.setCluster(int i, ClusterType _value)
           
 

Constructors in org.globus.mds.glue.batchprovider with parameters of type ClusterType
ClusterCollectionType(ClusterType[] cluster)