Name |
Values |
Description |
---|---|---|
adapter |
User-defined |
The plug-in shared library name that the Adapter Shell should load and execute. Do not include the extension (.so, .sl, or .dll) or the lib prefix (Unix). The value for this key is user-defined and applies to all modes. |
app.group |
User-defined |
Sets OPT_APP_GRP option. The value for this key is user-defined and applies to Acquire and Process modes. |
batch.size |
Integer Default is 1 |
Key used for batch Deliver mode. A value of greater than 1 signifies that batch mode has been selected. e-ADK will process the number of messages specified before calling commit. commitDeliveredMessages() function must be defined in the adapter if greater than one. This key can be used in combination with batch.size to be sure messages are not uncommitted for long periods. This key applies to Deliver mode. |
batch.timeout |
Integer Default is 0 |
Key used for batch Deliver mode. Key is effective only when using Deliver mode and key batch.size is set to greater than 1. The value signifies the maximum time in seconds for a batch to process. If the elapsed time in seconds required to process a batch exceeds this key value, then the e-ADK initiates the process to commit that portion of the batch that has been completed. A value set to zero signifies no batch timeout period. This key can be used in combination with batch.timeout to be sure messages are not uncommitted for long periods. This key applies to Deliver mode. |
catalog.out |
User-defined |
Defines the name of the target files in which to store the catalog XML document. |
catalog.outstatus |
User-defined |
Defines the name of the target files in which to store the catalog status XML document. |
data |
Buffer NDO |
Sets the data processing type: NDO (for tree) or Buffer. Schema mode handles only NDO data and Schema Remove ignores data. Both NDO and buffer data can be used in all other modes. |
mode |
ACQUIRE PROCESS DELIVER SCHEMA SCHEMA_REMOVE CATALOG |
Sets the mode of use. Valid entries are Acquire, Catalog, Deliver, Process, Schema, or Schema_Remove. |
msg.type |
User-defined |
When set.msg.options is set as true: sets OPT_MSG_TYPE option for buffer in Acquire and Process modes. |
set.msg.options |
true false (default) |
Attaches message options to the header when turned on. Sets message options OPT_APP_GRP and OPT_MSG_TYPE. Depends on APP.GROUP and MSG.TYPE set for BUFFER. Values are true or false. Default is false. |
test.drive |
true false (default) |
Designed for testing an adapter plug-in only in Schema mode. Test Drive does not actually write to the format repository. The data is placed in the log as if trace were turned on. Used in Schema mode. |