|
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.connectivity.framework.impl.JobIdHelper
public final class JobIdHelper
Utility class that creates and sets the annotation ConnectivityManager.ANNOTATION_JOB_ID.
| Method Summary | |
|---|---|
static void |
setJobIdAttribute(Record record,
State state)
Set the jobId annotation on the given record, using the jobId provided in state. |
static void |
setJobIdAttribute(Record record,
java.lang.String jobId)
Set the given jobId annotation on the given record. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setJobIdAttribute(Record record,
State state)
record - the recordstate - a State object containing a job id
public static void setJobIdAttribute(Record record,
java.lang.String jobId)
record - the recordjobId - the id of the job
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||