Java package specifies some useful Java interfaces and exceptions.See: Description
| Interface | Description |
|---|---|
| DataCollection |
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. |
| Resource |
This
Java interface represents a resource (file or URL) in a data collection. |
| UserLogger |
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. |
| XMLExportable |
This
Java interface defines a method to initialize your customized Java task. |
| Class | Description |
|---|---|
| ResultSetResource |
This
Java class is a Resource which represents a SQL result set. |
| Exception | Description |
|---|---|
| CannotInitializeException |
Exception thrown during the initialization of a customized
Java task to be executed by an Import/Export Connector (IEC) application in your system landscape. |
| ExecException |
Exception thrown when an Import/Export Connector (IEC) application executes of a customized
Java task referred to in the processed configuration scenario. |
Java package specifies some useful Java interfaces and exceptions.