|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.jobmanager.events.PrepareToFinishEvent
public class PrepareToFinishEvent
Event sent by the jobmanager in preparation of finishing a job. Please note that more then one event might be received for one job run if two JobManagers try to concurrently finish the same job run.
| Constructor Summary | |
|---|---|
PrepareToFinishEvent(java.lang.String jobName,
java.lang.String jobRunId)
Constructor for PrepareToFinishEvent. |
|
| Method Summary | |
|---|---|
java.lang.String |
getJobName()
Returns the name of the job this event is referring to. |
java.lang.String |
getJobRunId()
Returns the job run id of the job to be finished. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrepareToFinishEvent(java.lang.String jobName,
java.lang.String jobRunId)
jobName - the name of the job to be finished.jobRunId - the jon run id of the job to be finished.| Method Detail |
|---|
public java.lang.String getJobName()
getJobName in interface JobEventpublic java.lang.String getJobRunId()
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||