g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.batch.IQueueInfo.QueueType

Packages that use IQueueInfo.QueueType
eu.geclipse.batch   
eu.geclipse.batch.pbs   
 

Uses of IQueueInfo.QueueType in eu.geclipse.batch
 

Methods in eu.geclipse.batch that return IQueueInfo.QueueType
static IQueueInfo.QueueType IQueueInfo.QueueType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IQueueInfo.QueueType[] IQueueInfo.QueueType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in eu.geclipse.batch with parameters of type IQueueInfo.QueueType
 void IBatchService.createQueue(java.lang.String queueName, int priority, IQueueInfo.QueueType type, boolean enabled, boolean started, int runMax, double timeCPU, double timeWall, int queMax, int assignedResources, java.util.List<java.lang.String> vos)
          Executes command that will create a new queue with a "default" number of argument.
 void IBatchService.createQueue(java.lang.String queueName, IQueueInfo.QueueType type, boolean enabled, double timeCPU, double timeWall, java.util.List<java.lang.String> vos)
          Executes command that will create a new queue with minimum arguments.
 

Uses of IQueueInfo.QueueType in eu.geclipse.batch.pbs
 

Methods in eu.geclipse.batch.pbs with parameters of type IQueueInfo.QueueType
 void PBSBatchService.createQueue(java.lang.String queueName, int priority, IQueueInfo.QueueType type, boolean enabled, boolean started, int maxRunningJobs, double timeCPU, double timeWall, int maxJobsInQueue, int assignedResources, java.util.List<java.lang.String> vos)
          Executes command that will create a new queue with a "default" number of argument.
 void PBSBatchService.createQueue(java.lang.String queueName, IQueueInfo.QueueType type, boolean enabled, double timeCPU, double timeWall, java.util.List<java.lang.String> vos)
          Executes command that will create a new queue with minimum arguments.
 


g-Eclipse
Release 1.0.0