Uses of Class
org.globus.mds.glue.batchprovider.QueueType

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

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

Fields in org.globus.mds.glue.batchprovider declared as QueueType
private  QueueType[] SchedulerType.queue
           
 

Methods in org.globus.mds.glue.batchprovider that return QueueType
 QueueType[] SchedulerType.getQueue()
          Gets the queue value for this SchedulerType.
 QueueType SchedulerType.getQueue(int i)
           
 

Methods in org.globus.mds.glue.batchprovider with parameters of type QueueType
 void SchedulerType.setQueue(QueueType[] queue)
          Sets the queue value for this SchedulerType.
 void SchedulerType.setQueue(int i, QueueType _value)
           
 

Constructors in org.globus.mds.glue.batchprovider with parameters of type QueueType
SchedulerType(org.apache.axis.message.MessageElement[] _any, InfoType info, QueueType[] queue)