g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.batch.IQueueInfo

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

Uses of IQueueInfo in eu.geclipse.batch
 

Methods in eu.geclipse.batch that return types with arguments of type IQueueInfo
 java.util.List<IQueueInfo> IBatchService.getQueues()
          Returns a list of the queues as IQueueInfo.
 

Uses of IQueueInfo in eu.geclipse.batch.pbs
 

Methods in eu.geclipse.batch.pbs that return types with arguments of type IQueueInfo
 java.util.List<IQueueInfo> PBSBatchService.getQueues()
          Executes qstat -q on the PBS server and returns a list of the queues as QueueInfo.
 


g-Eclipse
Release 1.0.0