The following table details the general features supported by the
connector.
Category | Feature | Support | Notes |
---|---|---|---|
Business object attributes | Foreign key | No |
|
|
Foreign key attribute property | No |
|
| Key | No |
|
| Max Length | No |
|
| Meta-data-driven design | Full |
|
| Required | No |
|
Connection lost | Connection lost on poll | Full |
On each poll, connector will check for connection. |
|
Connection lost on request processing | Partial |
If a connection is lost in the middle of a request, the connector will not detect it. However, the connector checks for connections at the beginning of each request. |
| Connection lost while idle | Partial |
If a connection is lost in the middle of a request, the connector will not detect it. However, the connector checks for connections at the beginning of each request. |
Connector properties | ApplicationPassword | Full |
The servlet uses the configured password when logging into eMatrix. |
| ApplicationUserName | Full |
The servlet uses the configured username when logging into eMatrix. |
| UseDefaults | Full |
|
Message tracing | General messaging | Full |
|
| generateMsg() | Full |
|
| Trace level 0 | Full | Left to high-level CDK. |
| Trace level 1 | Full | pollForEvent left to high-level CDK. |
| Trace level 2 | Partial |
Only one business object handler, so it is not explicitly identified in the trace information. |
| Trace level 3 | Partial |
Every time a child business object is encountered, information is added to the trace output. When a new child business object is created, no new data is added to the trace output. |
| Trace level 4 | Partial | ASI information is not printed out. |
| Trace level 5 | Full | Handled by the adapter framework or
the CDK. |
Misc. | CDK method LogMsg | Full | |
| Java Package Names | Full |
It uses the new naming standard com.ibm.wbia.adapter.xxx. |
| Logging messages | Full |
|
| NT service compliance | Full |
|
| Transaction support | Full |
|
Special value | CxBlank processing | Full |
|
| CxIgnore processing | Full |
|