SAP CC 3.0 IEC API

com.highdeal.iec.action
Interface JavaTaskInitializable


public interface JavaTaskInitializable

When your JavaTask implements this interface:

Note that, it is not applicable when your JavaTask 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

setUp

void setUp(DataCollection collection)
           throws ExecException
This method is invoked before each JavaTask.execute(DataCollection) invocation.
Note that, it is not applicable when your JavaTask implements the JavaTaskIterator.

Parameters:
collection - the DataCollection contains the parameters that will be passed to the JavaTask.execute(DataCollection)
Throws:
ExecException - the exception thrown when your conditions of setUp aren't corrects

tearDown

void tearDown(DataCollection collection)
              throws ExecException
This method is invoked after each JavaTask.execute(DataCollection) invocation.
Note that, it is not applicable when your JavaTask implements the JavaTaskIterator.

Parameters:
collection - the DataCollection contains the parameters passed to the JavaTask.execute(DataCollection)
Throws:
ExecException - the exception thrown when your conditions of end aren't corrects

SAP CC 3.0 IEC API

(c) Copyright 2011 SAP AG. All rights reserved. SAP Convergent Charging 3.0