JCA Resource Adapter form – Completing the MetaData tab

Use the MetaData tab to provide information about the capabilities of the resource adapter.

Before completing this tab, complete the Connection and ConnectionSpec tabs. Then, use the Import Metadata button to retrieve from the resource adapter values for the fields on this tab.

Field Description
Adapter Properties  
Vendor Name Enter the name of the vendor that created the resource adapter.
Adapter Type Enter the type of the adapter.
Adapter Version Enter the version of the adapter.
Supported Execute Methods Specify in this section which Execute() methods the resource adapter supports.
With Input Record Only When selected, signifies the resource adapter supports an Execute() method that takes the input record and the name of the InteractionSpec implementation Java class to use.
With Input and Output Record When selected, signifies the resource adapter supports an Execute() method that also takes a reference to an instantiated output record in addition to the input record and the name of the InteractionSpec implementation Java class to use.
Supported Interaction Specs This section lists the Java classes from the resource adapter that implement the InteractionSpec interface.
row # The name of a Java class that implements the InteractionSpec interface.
Import Metadata Click to import the resource adapter metadata.

A resource adapter can support both CCI Execute() methods. However, if both methods are supported, the Execute method that does not require the connector rule is used to instantiate the output record.