This section discusses the CB definition in the adaptor configuration definition file (AdaptorCompositionDefinition.xml).
You define in the CB definition the callbacks that perform data input and output, data editing, and tuple send and receive processing with the standard adaptors.
You specify a CB definition as a child element of one of the following definitions:
The table below lists and describes the definitions in the CB definition.
Table 9-7 List of definitions in the CB definition
No. | Definition in the CB definition | Parent element | Subsection |
---|---|---|---|
1 | CB definition for input (InputCBDefinition tag) | Input adaptor definition | 9.9.1 |
2 | CB definition for output (OutputCBDefinition tag) | Output adaptor definition | 9.9.2 |
3 | CB definition for editing (DataEditCBDefinition tag) | Input adaptor definition or output adaptor definition | 9.9.3 |
4 | CB definition for sending (SendCBDefinition tag) | Input adaptor definition | 9.9.4 |
5 | CB definition for receiving (ReceiveCBDefinition tag) | Output adaptor definition | 9.9.5 |
Note that the order of the CB definitions is not the same for the input and the output adaptor definitions. For the order of the CB definitions, see 9.5.1(5) Order of CB definitions.