A resource adapter contains properties such as the adapter ID and logging and tracing options specific to the adapter. You can set the logging and tracing properties using the Adapter Connection wizard during adapter configuration. You can set or change all of the properties using the administrative console.
The following table lists the resource adapter properties and their purpose. A complete description of each property is provided in the sections that follow the table.
Descriptive name | Property name | Purpose |
---|---|---|
Adapter ID | adapterID | Specifies the name of the adapter |
Enable HA Support | enableHASupport | Specifies whether one adapter instance or all adapter instances actively poll for events. |
Log file name | logFilename | Provides the full path of the log file. |
Log file size | logFileSize | Specifies the size of the log files in kilobytes. |
Log files | logNumberOfFiles | Specifies the number of log files. |
Trace file name | traceFilename | Provides the full path to the trace file. |
Trace file size | traceFileSize | Specifies the size of the trace files in kilobytes. |
Trace files | traceNumberOfFiles | Specifies the number of trace files to use. |
This property is the name of the adapter.
Required | Yes |
---|---|
Default | ResourceAdapter |
Property type | String |
When the enableHASupport property is set to true, only one of the replicated adapter instances actively polls for events while other instances are in standby mode. If the enableHASupport property is set to false, all of the adapter instances replicated on cluster members actively poll for events.
Required? | Yes |
---|---|
Default | False |
Restrictions | Do not change the value of enableHASupport to false for single server environments. This might result in event duplication. |
Possible values | True or False |
This property is the full path to the log file.
Required? | Yes |
---|---|
Default | None |
Property type | String |
Restrictions | |
Example | TBD |
This property is the size of the log file. If no value is specified, the file has no maximum size.
Required? | No |
---|---|
Default | None |
Property type | Integer |
Unit of measure | Kilobytes |
Restrictions |
Required? | No |
---|---|
Default | 1 |
Property type | Integer |
Restrictions | |
Example |
This property is the full path to the trace file.
Required? | Yes |
---|---|
Default | None |
Property type | String |
Restrictions | |
Example | TBD |