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

Packages that use ComputingElementType
org.globus.mds.glue   
 

Uses of ComputingElementType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as ComputingElementType
private  ComputingElementType[] GLUECERPType.computingElement
           
 

Methods in org.globus.mds.glue that return ComputingElementType
 ComputingElementType[] GLUECERPType.getComputingElement()
          Gets the computingElement value for this GLUECERPType.
 ComputingElementType GLUECERPType.getComputingElement(int i)
           
 

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

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