|
SAP CC 3.0 IEC API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JavaTaskInitializable
When your JavaTask implements this interface:
setUp(DataCollection) is invoked before each JavaTask.execute(DataCollection) invocationtearDown(DataCollection) is invoked after each JavaTask.execute(DataCollection) invocationJavaTask implements the JavaTaskIterator.
| Method Summary | |
|---|---|
void |
setUp(DataCollection collection)
This method is invoked before each JavaTask.execute(DataCollection) invocation.Note that, it is not applicable when your JavaTask implements the JavaTaskIterator. |
void |
tearDown(DataCollection collection)
This method is invoked after each JavaTask.execute(DataCollection) invocation.Note that, it is not applicable when your JavaTask implements the JavaTaskIterator. |
| Method Detail |
|---|
void setUp(DataCollection collection)
throws ExecException
JavaTask.execute(DataCollection) invocation.JavaTask implements the JavaTaskIterator.
collection - the DataCollection contains the parameters that will be passed to the JavaTask.execute(DataCollection)
ExecException - the exception thrown when your conditions of setUp aren't corrects
void tearDown(DataCollection collection)
throws ExecException
JavaTask.execute(DataCollection) invocation.JavaTask implements the JavaTaskIterator.
collection - the DataCollection contains the parameters passed to the JavaTask.execute(DataCollection)
ExecException - the exception thrown when your conditions of end aren't corrects
|
SAP CC 3.0 IEC API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||