g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.batch.IBatchServiceDescription

Packages that use IBatchServiceDescription
eu.geclipse.batch   
eu.geclipse.batch.pbs   
eu.geclipse.batch.ui   
 

Uses of IBatchServiceDescription in eu.geclipse.batch
 

Methods in eu.geclipse.batch that return IBatchServiceDescription
 IBatchServiceDescription AbstractBatchService.getDescription()
           
 IBatchServiceDescription IBatchService.getDescription()
          Get the batch service description that was used to create this service.
 

Methods in eu.geclipse.batch that return types with arguments of type IBatchServiceDescription
static java.util.List<IBatchServiceDescription> Extensions.getRegisteredBatchServiceDescriptions()
          Get a list of all currently registered batch service description.
 

Constructors in eu.geclipse.batch with parameters of type IBatchServiceDescription
AbstractBatchService(IBatchServiceDescription description, java.lang.String name)
          Construct a new AbstractBatchService from the specified IBatchServiceDescription.
 

Uses of IBatchServiceDescription in eu.geclipse.batch.pbs
 

Classes in eu.geclipse.batch.pbs that implement IBatchServiceDescription
 class PBSBatchServiceDescription
          A batch service description that is dedicated to pbs.
 

Constructors in eu.geclipse.batch.pbs with parameters of type IBatchServiceDescription
PBSBatchService(IBatchServiceDescription description, java.lang.String name)
          Create a new PBSWrapper.
 

Uses of IBatchServiceDescription in eu.geclipse.batch.ui
 

Methods in eu.geclipse.batch.ui with parameters of type IBatchServiceDescription
 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.
 


g-Eclipse
Release 1.0.0