g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.model.IGridElementCreator

Packages that use IGridElementCreator
eu.geclipse.batch   
eu.geclipse.core.filesystem   
eu.geclipse.core.jobs   
eu.geclipse.core.model   
eu.geclipse.core.model.impl   
eu.geclipse.jsdl   
eu.geclipse.workflow.resources   
 

Uses of IGridElementCreator in eu.geclipse.batch
 

Classes in eu.geclipse.batch that implement IGridElementCreator
 class BatchConnectionInfoCreator
          Creator for batch service connection descriptions.
 class BatchQueueDescriptionCreator
          Creator for batch service connection descriptions.
 

Uses of IGridElementCreator in eu.geclipse.core.filesystem
 

Classes in eu.geclipse.core.filesystem that implement IGridElementCreator
 class FileSystemCreator
          Grid element creator for file system mounts.
 

Uses of IGridElementCreator in eu.geclipse.core.jobs
 

Classes in eu.geclipse.core.jobs that implement IGridElementCreator
 class GridJobCreator
          GridJobCreator creates grid jobs.
 class RemoteFilesContainerCreator
          Creator for container, which has links to remote files (e.g.
 

Uses of IGridElementCreator in eu.geclipse.core.model
 

Subinterfaces of IGridElementCreator in eu.geclipse.core.model
 interface IConfigurableElementCreator
          A configurable element creator is an element creator that is able to create a grid model element from an IConfiguration.
 interface IGridJobCreator
          Specialised interface for the creation of jobs for the grid.
 

Methods in eu.geclipse.core.model that return IGridElementCreator
 IGridElementCreator IElementCreatorRegistry.getCreator(java.lang.Class<? extends java.lang.Object> source, java.lang.Class<? extends IGridElement> target)
          Get the first IGridElementCreator that is able to create an element of the specified type from the specified object type.
 IGridElementCreator IElementCreatorRegistry.getCreator(java.lang.Object source, java.lang.Class<? extends IGridElement> target)
          Get the first IGridElementCreator that is able to create an element of the specified type from the specified object.
 IGridElementCreator IElementCreatorRegistry.getCreator(java.lang.Object source, java.lang.String targetClassName)
           
 

Methods in eu.geclipse.core.model that return types with arguments of type IGridElementCreator
 java.util.List<IGridElementCreator> IElementCreatorRegistry.getCreators()
          Get a list of all element creators that are defined as extensions of the eu.geclipse.core.gridElementCreator extension point.
 java.util.List<IGridElementCreator> IElementCreatorRegistry.getCreators(java.lang.Class<? extends java.lang.Object> source, java.lang.Class<? extends IGridElement> target)
          Get a list of IGridElementCreator that are able to create an element of the specified type from the specified object type.
 java.util.List<IGridElementCreator> IElementCreatorRegistry.getCreators(java.lang.Object source, java.lang.Class<? extends IGridElement> target)
          Get a list of IGridElementCreator that are able to create an element of the specified type from the specified object.
 

Methods in eu.geclipse.core.model with parameters of type IGridElementCreator
 IGridElement IGridContainer.create(IGridElementCreator creator)
          Create a new Grid element from the specified IGridElementCreator and add the newly created element to the list of children.
 

Uses of IGridElementCreator in eu.geclipse.core.model.impl
 

Classes in eu.geclipse.core.model.impl that implement IGridElementCreator
 class AbstractGridElementCreator
          Abstract implementation of the IGridElementCreator interface.
 class AbstractGridJobCreator
          Abstract implementation of the IGridJobCreator interface that delegates the AbstractGridJobCreator.canCreate(IGridJobDescription) method to an internal one and handles the storage of the argument of this function.
 class AbstractVoCreator
          Abstract implementation for VO creators adding the possibility to create VOs from an IConfiguration.
 class GenericVoCreator
          Grid element creator for the GenericVirtualOrganization.
 

Methods in eu.geclipse.core.model.impl with parameters of type IGridElementCreator
 IGridElement AbstractGridContainer.create(IGridElementCreator creator)
           
 void GenericVoCreator.createService(IGridElementCreator creator, java.net.URI fromURI)
           
 

Uses of IGridElementCreator in eu.geclipse.jsdl
 

Classes in eu.geclipse.jsdl that implement IGridElementCreator
 class JSDLJobDescriptionCreator
          Creator for JSDL job descriptions.
 

Uses of IGridElementCreator in eu.geclipse.workflow.resources
 

Classes in eu.geclipse.workflow.resources that implement IGridElementCreator
 class GridWorkflowCreator
           
 


g-Eclipse
Release 1.0.0