g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.batch.IWorkerNodeInfo

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

Uses of IWorkerNodeInfo in eu.geclipse.batch
 

Methods in eu.geclipse.batch that return types with arguments of type IWorkerNodeInfo
 java.util.List<IWorkerNodeInfo> IBatchService.getWorkerNodes()
          Executes pbsnodes on the PBS server and returns a list of the workernodes as WorkerNodeInfo.
 

Uses of IWorkerNodeInfo in eu.geclipse.batch.pbs
 

Methods in eu.geclipse.batch.pbs that return types with arguments of type IWorkerNodeInfo
 java.util.List<IWorkerNodeInfo> PBSBatchService.getWorkerNodes()
          Executes pbsnodes on the PBS server and returns a list of the workernodes as WorkerNodeInfo.
 


g-Eclipse
Release 1.0.0