Uses of Class
compbio.engine.cluster.dundee._Queue

Packages that use _Queue
compbio.engine.cluster.dundee   
compbio.runner Utilities commonly used by all runners. 
 

Uses of _Queue in compbio.engine.cluster.dundee
 

Methods in compbio.engine.cluster.dundee that return _Queue
static _Queue _Queue.getQueue(int maxMemory, int timeLimitInHours)
          Deprecated.  
 _Queue _Queue.getQueue(String queueName)
          Deprecated.  
static _Queue _Queue.getQueueByMemoryRequirements(int maxMemory)
          Deprecated.  
static _Queue _Queue.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static _Queue[] _Queue.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of _Queue in compbio.runner
 

Methods in compbio.runner that return _Queue
 _Queue _NativeSpecHelper.getApproprieteQueue()
          Deprecated.