J2CResourceAdapter
Configuration for an archive file containing code that implements a library for connecting to an Enterprise Information System (EIS) backend such as CICS, SAP, or PeopleSoft. The resource adapter can be supplied by a third party vendor other than IBM. A single resource adapter can connect to only one type of backend system (EIS) but it can support many different configs for connections to that EIS. The resource adapter has many properties that are defined in the J2C specification and set by the vendor that supplies the code. The advanced settings can be set or modified when creating corresponding J2C Connection Factories.
Inherits from type J2EEResourceProvider and adds the following.
Attributes Summary
archivePath Path to the . jaasLoginConfiguration deploymentDescriptor During deployment, connector descriptor information is copied into the resource adapter for ease of access by the runtime.
Attribute Details
archivePath
Path to the .rar file containing the module for this resource adapter.
Data type: String
Default value: unspecified
jaasLoginConfiguration
Data type: JAASConfigurationEntry
deploymentDescriptor
During deployment, connector descriptor information is copied into the resource adapter for ease of access by the runtime.
Data type: Connector