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 configurations 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 : StringPath to the .
jaasLoginConfiguration : JAASConfigurationEntry *  
deploymentDescriptor : ConnectorDuring 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


Copyright IBM Corp. 1996-2002