All Classes and Interfaces

Class
Description
Exception thrown during the initialization of a customized Java task to be executed by an Import/Export Connector (IEC) application in your system landscape.
This Java interface represents a data collection that is processed by a running Import/Export Connector (IEC) application accordingly to your customized JavaTask; Data is mapped with keys.
Exception thrown when an Import/Export Connector (IEC) application executes of a customized Java task referred to in the processed configuration scenario.
This Java class represents a Java action that can be set in a scenario file of an SAP CC Import/Export Connector (IEC) application; Your customized class can be processed by the IEC application at runtime.
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.
This Java interface provides some new methods invoked before and after the standard execute(..) method of a Java task.
When your customized JavaTask implements this interface, it makes loop on the JavaTaskIterator.hasNext(DataCollection) method.
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.
This Java interface represents a resource (file or URL) in a data collection.
This Java class is a Resource which represents a SQL result set.
This Java interface defines the necessary methods invoked by the Import/Export Connector (IEC) application when processing a Log Action component configured in the executed scenario; You develop a Java class implementing this interface to customize the behavior of the IEC application in your SAP CC system landscape.
This Java interface defines a method to initialize your customized Java task.