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

Packages that use AccessControlBaseType
org.globus.mds.glue   
 

Uses of AccessControlBaseType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as AccessControlBaseType
private  AccessControlBaseType ComputingElementType.accessControlBase
           
 

Methods in org.globus.mds.glue that return AccessControlBaseType
 AccessControlBaseType ComputingElementType.getAccessControlBase()
          Gets the accessControlBase value for this ComputingElementType.
 

Methods in org.globus.mds.glue with parameters of type AccessControlBaseType
 void ComputingElementType.setAccessControlBase(AccessControlBaseType accessControlBase)
          Sets the accessControlBase value for this ComputingElementType.
 

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