|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.jobmanager.JobRunInfo
public class JobRunInfo
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 |
|---|
public JobRunInfo(java.lang.String id,
JobState state)
id - job run id.state - job state.| Method Detail |
|---|
public java.lang.String getId()
public JobState getState()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||