Java package provides the JavaTask class and some Java interfaces to assign to your customized class
when developing a Java class dedicated to customize the behavior of an SAP CC Import/Export Connector (IEC) application in your system landscape.See: Description
| Interface | Description |
|---|---|
| JavaTaskInitializable |
This
Java interface provides some new methods invoked before and after
the standard execute(..) method of a Java task. |
| JavaTaskIterator |
When your customized
JavaTask implements this interface, it makes loop on the JavaTaskIterator.hasNext(DataCollection) method. |
| JavaTaskStateListener |
This
Java interface provides some new methods invoked before and after
the standard execute(..) method of a Java task; You extend your class with this interface
to implement to customize the behavior of an Import/Export Conncector (IEC) application when processing data collections. |
| Class | Description |
|---|---|
| JavaTask |
This is an
abstract Java class used when customizing the behavior of an SAP CC Import/Export Connector (IEC) application in your system landscape;
You develop a Java class that is processed by a running IEC application when executing a scenario that includes a Java Action or a Log Action component. |
Java package provides the JavaTask class and some Java interfaces to assign to your customized class
when developing a Java class dedicated to customize the behavior of an SAP CC Import/Export Connector (IEC) application in your system landscape.