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

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

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

Fields in org.globus.mds.glue.batchprovider declared as IntUnlimitedUnknownType
private  IntUnlimitedUnknownType QueueType.totalnodes
           
private  IntUnlimitedUnknownType QueueType.freenodes
           
private  IntUnlimitedUnknownType QueueType.totalJobs
          cannot be unlimited
private  IntUnlimitedUnknownType QueueType.runningJobs
          cannot be unlimited
private  IntUnlimitedUnknownType QueueType.maxtime
          units: minutes
private  IntUnlimitedUnknownType QueueType.maxCPUtime
          units: minutes
private  IntUnlimitedUnknownType QueueType.maxCount
          units: processes
private  IntUnlimitedUnknownType QueueType.maxReqNodes
          units: hosts/nodes (could be multi-processor nodes)
private  IntUnlimitedUnknownType QueueType.maxRunningJobs
          units: number of jobs
private  IntUnlimitedUnknownType QueueType.maxJobsInQueue
          units: number of jobs
private  IntUnlimitedUnknownType QueueType.maxTotalMemory
          units: megabytes
private  IntUnlimitedUnknownType QueueType.maxSingleMemory
          units: megabytes
private  IntUnlimitedUnknownType QueueType.whenActive
           
 

Methods in org.globus.mds.glue.batchprovider that return IntUnlimitedUnknownType
 IntUnlimitedUnknownType QueueType.getTotalnodes()
          Gets the totalnodes value for this QueueType.
 IntUnlimitedUnknownType QueueType.getFreenodes()
          Gets the freenodes value for this QueueType.
 IntUnlimitedUnknownType QueueType.getTotalJobs()
          Gets the totalJobs value for this QueueType.
 IntUnlimitedUnknownType QueueType.getRunningJobs()
          Gets the runningJobs value for this QueueType.
 IntUnlimitedUnknownType QueueType.getMaxtime()
          Gets the maxtime value for this QueueType.
 IntUnlimitedUnknownType QueueType.getMaxCPUtime()
          Gets the maxCPUtime value for this QueueType.
 IntUnlimitedUnknownType QueueType.getMaxCount()
          Gets the maxCount value for this QueueType.
 IntUnlimitedUnknownType QueueType.getMaxReqNodes()
          Gets the maxReqNodes value for this QueueType.
 IntUnlimitedUnknownType QueueType.getMaxRunningJobs()
          Gets the maxRunningJobs value for this QueueType.
 IntUnlimitedUnknownType QueueType.getMaxJobsInQueue()
          Gets the maxJobsInQueue value for this QueueType.
 IntUnlimitedUnknownType QueueType.getMaxTotalMemory()
          Gets the maxTotalMemory value for this QueueType.
 IntUnlimitedUnknownType QueueType.getMaxSingleMemory()
          Gets the maxSingleMemory value for this QueueType.
 IntUnlimitedUnknownType QueueType.getWhenActive()
          Gets the whenActive value for this QueueType.
 

Methods in org.globus.mds.glue.batchprovider with parameters of type IntUnlimitedUnknownType
 void QueueType.setTotalnodes(IntUnlimitedUnknownType totalnodes)
          Sets the totalnodes value for this QueueType.
 void QueueType.setFreenodes(IntUnlimitedUnknownType freenodes)
          Sets the freenodes value for this QueueType.
 void QueueType.setTotalJobs(IntUnlimitedUnknownType totalJobs)
          Sets the totalJobs value for this QueueType.
 void QueueType.setRunningJobs(IntUnlimitedUnknownType runningJobs)
          Sets the runningJobs value for this QueueType.
 void QueueType.setMaxtime(IntUnlimitedUnknownType maxtime)
          Sets the maxtime value for this QueueType.
 void QueueType.setMaxCPUtime(IntUnlimitedUnknownType maxCPUtime)
          Sets the maxCPUtime value for this QueueType.
 void QueueType.setMaxCount(IntUnlimitedUnknownType maxCount)
          Sets the maxCount value for this QueueType.
 void QueueType.setMaxReqNodes(IntUnlimitedUnknownType maxReqNodes)
          Sets the maxReqNodes value for this QueueType.
 void QueueType.setMaxRunningJobs(IntUnlimitedUnknownType maxRunningJobs)
          Sets the maxRunningJobs value for this QueueType.
 void QueueType.setMaxJobsInQueue(IntUnlimitedUnknownType maxJobsInQueue)
          Sets the maxJobsInQueue value for this QueueType.
 void QueueType.setMaxTotalMemory(IntUnlimitedUnknownType maxTotalMemory)
          Sets the maxTotalMemory value for this QueueType.
 void QueueType.setMaxSingleMemory(IntUnlimitedUnknownType maxSingleMemory)
          Sets the maxSingleMemory value for this QueueType.
 void QueueType.setWhenActive(IntUnlimitedUnknownType whenActive)
          Sets the whenActive value for this QueueType.
 

Constructors in org.globus.mds.glue.batchprovider with parameters of type IntUnlimitedUnknownType
QueueType(org.apache.axis.message.MessageElement[] _any, java.lang.String dispatchType, IntUnlimitedUnknownType freenodes, IntUnlimitedUnknownType maxCPUtime, IntUnlimitedUnknownType maxCount, IntUnlimitedUnknownType maxJobsInQueue, IntUnlimitedUnknownType maxReqNodes, IntUnlimitedUnknownType maxRunningJobs, IntUnlimitedUnknownType maxSingleMemory, IntUnlimitedUnknownType maxTotalMemory, IntUnlimitedUnknownType maxtime, java.lang.String name, IntUnlimitedUnknownType runningJobs, java.lang.String status, IntUnlimitedUnknownType totalJobs, IntUnlimitedUnknownType totalnodes, IntUnlimitedUnknownType whenActive)