|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Container | An instance of this object enables you to cache the values that you want to read again when you next call the same user-defined function. |
| GlobalContainer | An instance of this class enables you to cache the values that you want to read again when you next call any user-defined function in the same message mapping. |
| ResultList | This class is used in advanced user-defined functions (execution type "Context values" or "All values of a Queue") to return the result of a function. |
The documentation of this package describes classes for Function Libraries and user-defined functions in the Message Mapping and Mapping Template.
Before you can write source code in your IDE for Function Libraries and user-defined functions of a Message Mapping or Mapping Template, you must download the source code containing the signature of the functions from the corresponding object editors.
Depending on the execution type you have choosen for a user-defined function in the object editor, different functions are available:
For both function types you can use the following objects in the source code:
Use the Lookup API to access resources. The API is described in the package com.sap.aii.mapping.lookup
Java mapping programs are not permitted to be stateful. You are therefore not permitted to perform actions such as writing data to a database table during a Java mapping. The Integration Server cannot track such side effects. Therefore, if an attempt is made to resend a message that has not been received by the receiver, the data may inadvertently be written to the database twice in a Java mapping.
Note for Java mapping programs (user-defined functions and Imported Archives), the programming restrictions imposed on J2EE application providers and especially the restrictions imposed on J2EE EJB providers are valid. This means for example, you should not
|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||