SMILA (incubation) API documentation

org.eclipse.smila.jobmanager
Class JobRunInfo

java.lang.Object
  extended by org.eclipse.smila.jobmanager.JobRunInfo

public class JobRunInfo
extends java.lang.Object

Id and State of current job run.


Constructor Summary
JobRunInfo(java.lang.String id, JobState state)
          create instance.
 
Method Summary
 java.lang.String getId()
           
 JobState getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobRunInfo

public JobRunInfo(java.lang.String id,
                  JobState state)
create instance.

Parameters:
id - job run id.
state - job state.
Method Detail

getId

public java.lang.String getId()
Returns:
job run id.

getState

public JobState getState()
Returns:
job state.

SMILA (incubation) API documentation