g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.core.model.impl.AbstractGridElement

Packages that use AbstractGridElement
eu.geclipse.batch   
eu.geclipse.core.jobs   
eu.geclipse.core.model.impl   
eu.geclipse.info.model   
eu.geclipse.jsdl   
eu.geclipse.servicejob.model   
eu.geclipse.servicejob.model.access   
eu.geclipse.servicejob.model.submittable.job   
eu.geclipse.workflow.resources   
 

Uses of AbstractGridElement in eu.geclipse.batch
 

Subclasses of AbstractGridElement in eu.geclipse.batch
 class BatchConnectionInfo
          Holder object for the necessary information to connect to a batch service.
 class BatchQueueDescription
           
 

Uses of AbstractGridElement in eu.geclipse.core.jobs
 

Subclasses of AbstractGridElement in eu.geclipse.core.jobs
 class GridJob
          Class representing submitted job.
 class RemoteFilesContainer
          This is container connected with local IFolder, which contains links to remote files.
 

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

Subclasses of AbstractGridElement in eu.geclipse.core.model.impl
 class AbstractApplicationManager
          Abstract implementation of the IGridApplicationManager interfaces that should be used by middleware-specific implementations rather than the interface itself.
 class AbstractGridContainer
          Base implementation of the IGridContainer interface that implements basic functionalities of a grid container.
 class AbstractGridInfoService
          Abstract core implementation of IGridInfoService.
 class AbstractGridVisualisationResource
           
 class AbstractVirtualOrganization
          Abstract implementation of the IVirtualOrganization interface.
 class ContainerMarker
          Child of container that may be used to mark the container as invalid or empty.
 class GenericVirtualOrganization
          This is the g-Eclipse default implementation for the IVirtualOrganization interface.
 class GenericVoProperties
          Properties for the GenericVirtualOrganization.
 class ResourceGridContainer
          IResource based implementation of an IGridContainer.
 class ResourceGridElement
          IResource based implementation of an IGridElement.
 

Uses of AbstractGridElement in eu.geclipse.info.model
 

Subclasses of AbstractGridElement in eu.geclipse.info.model
 class GridApplication
           
 class GridGlueComputing
          Implementation of the IGridElement interface for a GlueCE.
 class GridGlueElement
          Wrapper class for AbstractGlueTable objects to be integrated in the GridModel.
 class GridGlueService
          Implementation of the IGridElement interface for a GlueService.
 class GridGlueServiceApplication
           
 class GridGlueServiceComputing
          The GriaComputing class is used to represent a gria application.
 class GridGlueStorage
          Implementation of the IGridElement interface for a GlueSE.
 

Uses of AbstractGridElement in eu.geclipse.jsdl
 

Subclasses of AbstractGridElement in eu.geclipse.jsdl
 class JSDLJobDescription
          Concrete implementation of an IGridJobDescription for the JSDL language.
 class JSDLJobDescriptionModel
          JSDLJobDescription object for use outside g-Eclipse model.
 

Uses of AbstractGridElement in eu.geclipse.servicejob.model
 

Subclasses of AbstractGridElement in eu.geclipse.servicejob.model
 class AbstractServiceJob
          An abstract, base implementation of IServiceJob interface.
 

Uses of AbstractGridElement in eu.geclipse.servicejob.model.access
 

Subclasses of AbstractGridElement in eu.geclipse.servicejob.model.access
 class GridAccessServiceJob
          Abstract implementation of base class for all service jobs that contact resources directly (e.g. through SSL connection) or accessing service job results from remote services (portals, databases, etc.).
 

Uses of AbstractGridElement in eu.geclipse.servicejob.model.submittable.job
 

Subclasses of AbstractGridElement in eu.geclipse.servicejob.model.submittable.job
 class AbstractSubmittableServiceJob
          Abstract class implementing basic IServiceJob methods for job based service jobs.
 

Uses of AbstractGridElement in eu.geclipse.workflow.resources
 

Subclasses of AbstractGridElement in eu.geclipse.workflow.resources
 class GridWorkflow
          Grid element for workflow description
 


g-Eclipse
Release 1.0.0