g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.batch.IBatchService

Packages that use IBatchService
eu.geclipse.batch   
eu.geclipse.batch.pbs   
eu.geclipse.batch.ui   
eu.geclipse.batch.ui.wizards   
 

Uses of IBatchService in eu.geclipse.batch
 

Classes in eu.geclipse.batch that implement IBatchService
 class AbstractBatchService
          Common methods for interacting with a batch service.
 

Methods in eu.geclipse.batch that return IBatchService
 IBatchService IBatchServiceDescription.createService(java.lang.String name)
          Create a service from this IBatchServiceDescription.
 

Methods in eu.geclipse.batch with parameters of type IBatchService
 IBatchJobInfo IBatchJobManager.addMerge(java.lang.String jobId, java.lang.String jobName, java.lang.String userAccount, java.lang.String timeUse, IBatchJobInfo.JobState status, java.lang.String queueName, IBatchService batchWrapper)
          Either add the following job if it doesn't exist or merge the state if it already exists.
 

Constructors in eu.geclipse.batch with parameters of type IBatchService
BatchJobInfo(java.lang.String jobId, java.lang.String jobName, java.lang.String userAccount, java.lang.String timeUse, IBatchJobInfo.JobState status, java.lang.String queueName, IBatchService batchWrapper)
          Create a new QueueInfo holder, from the arguments.
 

Uses of IBatchService in eu.geclipse.batch.pbs
 

Classes in eu.geclipse.batch.pbs that implement IBatchService
 class PBSBatchService
          Class for executing PBS commands on a Computing Element.
 

Methods in eu.geclipse.batch.pbs that return IBatchService
 IBatchService PBSBatchServiceDescription.createService(java.lang.String name)
          Create a PBSBatchService from this description.
 

Uses of IBatchService in eu.geclipse.batch.ui
 

Methods in eu.geclipse.batch.ui that return IBatchService
 IBatchService BatchServiceManager.createService(IBatchServiceDescription description, java.lang.String name)
          Create a new batch service from the specified service description and adds it to the list of managed services.
 IBatchService BatchServiceManager.findToken(IBatchServiceDescription description)
          Searches for a batch service that matches the specified description.
 

Methods in eu.geclipse.batch.ui that return types with arguments of type IBatchService
 java.util.List<IBatchService> BatchServiceManager.getServices()
          Get all services that are currently available.
 java.util.List<IBatchService> BatchServiceManager.getServices(java.lang.String typeName)
          Get all services that are currently available based on their unique type name.
 

Methods in eu.geclipse.batch.ui with parameters of type IBatchService
 void BatchServiceManager.destroyService(IBatchService service)
          Destroy the specified IBatchService.
 

Uses of IBatchService in eu.geclipse.batch.ui.wizards
 

Constructors in eu.geclipse.batch.ui.wizards with parameters of type IBatchService
AddQueueWizard(IBatchService batchWrapper)
          Argument constructor for this class.
 


g-Eclipse
Release 1.0.0