g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.batch.model.qdl.DocumentRoot

Packages that use DocumentRoot
eu.geclipse.batch   
eu.geclipse.batch.model.qdl   
eu.geclipse.batch.model.qdl.impl   
eu.geclipse.batch.model.qdl.util   
eu.geclipse.batch.pbs   
 

Uses of DocumentRoot in eu.geclipse.batch
 

Methods in eu.geclipse.batch that return DocumentRoot
 DocumentRoot BatchQueueDescription.getRoot()
           
 

Methods in eu.geclipse.batch with parameters of type DocumentRoot
 void IBatchService.createQueue(DocumentRoot documentRoot)
          Executes command that will create a new queue with the root element of a Queue Description Language (QDL) document and argument.
 void BatchQueueDescription.setRoot(DocumentRoot root)
           
 

Uses of DocumentRoot in eu.geclipse.batch.model.qdl
 

Methods in eu.geclipse.batch.model.qdl that return DocumentRoot
 DocumentRoot QdlFactory.createDocumentRoot()
          Returns a new object of class 'Document Root'
 

Uses of DocumentRoot in eu.geclipse.batch.model.qdl.impl
 

Classes in eu.geclipse.batch.model.qdl.impl that implement DocumentRoot
 class DocumentRootImpl
          An implementation of the model object 'Document Root'
 

Methods in eu.geclipse.batch.model.qdl.impl that return DocumentRoot
 DocumentRoot QdlFactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in eu.geclipse.batch.model.qdl.util
 

Methods in eu.geclipse.batch.model.qdl.util with parameters of type DocumentRoot
 T QdlSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpreting the object as an instance of 'Document Root'
 

Uses of DocumentRoot in eu.geclipse.batch.pbs
 

Methods in eu.geclipse.batch.pbs with parameters of type DocumentRoot
 void PBSBatchService.createQueue(DocumentRoot documentRoot)
           
 


g-Eclipse
Release 1.0.0