|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISuiteLifeCycleListener
Listener for life-cycle activities on a job suite.
Method Summary | |
---|---|
void |
suiteAborted(JobSuite suite)
Invoked when a job suite is aborted. |
void |
suiteCompleted(JobSuite suite)
Invoked when a job suite completes. |
void |
suiteStarted(JobSuite suite)
Invoked when a job suite is started. |
void |
suiteStopped(JobSuite suite)
Invoked when a job suite is stopped. |
void |
suiteStopping(JobSuite suite)
Invoked when a job suite is stopping. |
void |
suiteTerminatedPrematuraly(JobSuite suite)
Invoked when a job suite finished executing. |
Method Detail |
---|
void suiteStopped(JobSuite suite)
suite
- job suitevoid suiteStopping(JobSuite suite)
suite
- job suitevoid suiteStarted(JobSuite suite)
suite
- job suitevoid suiteAborted(JobSuite suite)
IErrorHandler
to implement error handing.
suite
- job suitevoid suiteTerminatedPrematuraly(JobSuite suite)
suite
- job suitevoid suiteCompleted(JobSuite suite)
true
and
progress is at 100%. Given that jobs are implemented correctly,
this is usually a good indication of success.
suite
- job suite
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |