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

Packages that use PolicyType
org.globus.mds.glue   
 

Uses of PolicyType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as PolicyType
private  PolicyType ComputingElementType.policy
           
 

Methods in org.globus.mds.glue that return PolicyType
 PolicyType ComputingElementType.getPolicy()
          Gets the policy value for this ComputingElementType.
 

Methods in org.globus.mds.glue with parameters of type PolicyType
 void ComputingElementType.setPolicy(PolicyType policy)
          Sets the policy value for this ComputingElementType.
 

Constructors in org.globus.mds.glue with parameters of type PolicyType
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)