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

Packages that use StateType
org.globus.mds.glue   
 

Uses of StateType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as StateType
private  StateType ComputingElementType.state
           
 

Methods in org.globus.mds.glue that return StateType
 StateType ComputingElementType.getState()
          Gets the state value for this ComputingElementType.
 

Methods in org.globus.mds.glue with parameters of type StateType
 void ComputingElementType.setState(StateType state)
          Sets the state value for this ComputingElementType.
 

Constructors in org.globus.mds.glue with parameters of type StateType
ComputingElementType(org.apache.axis.message.MessageElement[] _any, AccessControlBaseType accessControlBase, InfoType info, org.apache.axis.types.URI informationServiceURL, JobType[] job, java.lang.String name, PolicyType policy, StateType state, java.lang.String uniqueID)