g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface IGridJobID

All Known Subinterfaces:
IGridWorkflowJobID
All Known Implementing Classes:
GridJobID

public interface IGridJobID

The job ID is (for each middleware) a unique identifier for a job running on the Grid.


Method Summary
 java.lang.String getJobID()
          Gets the job's unique ID.
 

Method Detail

getJobID

java.lang.String getJobID()
Gets the job's unique ID.

Returns:
A string containing the unique identifier for a job.

g-Eclipse
Release 1.0.0