Connect JCA rules
|
Use the Service tab to identify the resource adapter the connector sends requests to and to specify properties and details for the connector requests.
Field |
Description |
Service Properties | |
Adapter Name |
Select the name of the resource adapter data instance (Data-Admin-Connect-JCAAdapter class) that represents the resource adapter you want this connector rule to communicate with. |
Interaction Spec | |
InteractionSpec implementation class |
This field displays the Java classes listed under the Supported Interaction Specs section on the MetaData tab of the resource adapter instance you selected in the Adapter Name field. Select the one that this connector will use. |
Interaction Verb |
Select the mode of the interaction between this connector rule and the external Enterprise Information System (EIS):
|
Execution Timeout |
Enter the number of milliseconds to wait for the external Enterprise Information System (EIS) to complete the adapter function before closing the connection and returning a timeout message. |
Custom Properties |
Use this section to define any additional property/value pairs if the InteractionSpec implementation Java class requires properties in addition to the standard ones listed above. |
none |
Click the none button. Enter the name of the property in the pop-up window and click Save . Then enter a value for the property. The data type of the property can be either string or integer; the default is string. To specify that the data type is integer, use the following syntax when specifying the value of the custom property: $int: + [value of property]. For example: $int:538. |
Connection | |
Property holding ConnectionSpec properties |
Use this field to override or add to the default values specified for the ConnectionSpec properties of the resource adapter data instance specified in the Adapter Name field. Select a property of mode |
Initialize Connection |
Specify how Process Commander obtains a connection for the connector rule request:
|
Connection Handle Property |
Optional. Select a property of mode |
Finalize Connection |
Specify what Process Commander does with a connection when the connector rule request is finished:
|
Error Handling | |
Status Value Property |
Optional. Identify a
|
Status Message Property |
Optional. Identify a
|
Error Handler Flow |
C-1075 Optional. Identify a flow rule that is to be started when this connector rule is started by a flow rule but fails. The default flow rule Work-.ConnectionProblem provides one approach for handling such problems. See Handling connector exceptions. |