g-Eclipse
Release 1.0.0

eu.geclipse.servicejob.model.access
Class GridAccessServiceJob

java.lang.Object
  extended by PlatformObject
      extended by eu.geclipse.core.model.impl.AbstractGridElement
          extended by eu.geclipse.servicejob.model.AbstractServiceJob
              extended by eu.geclipse.servicejob.model.access.GridAccessServiceJob
All Implemented Interfaces:
IGridElement, IManageable, IServiceJob

public abstract class GridAccessServiceJob
extends AbstractServiceJob

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.).


Constructor Summary
GridAccessServiceJob()
           
 
Method Summary
 boolean isLocal()
          Determines if this element is local.
 
Methods inherited from class eu.geclipse.servicejob.model.AbstractServiceJob
addServiceJobResult, getColumnWidth, getFileStore, getLastUpdate, getLastUpdate, getManager, getName, getParent, getPath, getProperties, getResource, getResults, getServiceJobFolder, getServiceJobResourcesNames, getServiceJobResultsForResourceForDate, getSingleServiceJobResult, getStatus, getSubmissionService, getSummary, internalInit, needsSubmissionWizard, setResource, setSubmissionService
 
Methods inherited from class eu.geclipse.core.model.impl.AbstractGridElement
dispose, getAdapter, getProject, isHidden, isVirtual
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface eu.geclipse.core.model.IServiceJob
getInputStreamForResult, getServiceJobDescription, getSingleServiceJobNames, init, run
 

Constructor Detail

GridAccessServiceJob

public GridAccessServiceJob()
Method Detail

isLocal

public boolean isLocal()
Description copied from interface: IGridElement
Determines if this element is local. A local element has to be any related item (not necessarily an IResource) that is local in the means that it is located on the local machine.

Returns:
True if this element is local.

g-Eclipse
Release 1.0.0