J2CResourceAdapter

The resource adapter represents an archive file containing code that implements a library for connecting with some EIS (Enterprise Information System) backend such as CICS, SAP, and PeopleSoft. This resource adapter can be supplied by a third party vendor other than IBM. A single resource adapter typically connects to one type of backend system (EIS) but it can support many different configurations for connections to that EIS. The resource adapter has many configuration properties that are defined in the J2EE Connector Architecture (JCA) specification and set by the vendor who supplies the code.

Inherits from type J2EEResourceProvider and adds the following.

Attributes Summary
archivePath : StringPath to the .
threadPoolAlias : StringThe name of a thread pool that is configured in the server configuration that this resource adapter uses.
jaasLoginConfiguration : JAASConfigurationEntry * An optional reference to a JAASConfigurationEntry which defines a login configuration for application components with resource-authorization=Container.
deploymentDescriptor : ConnectorDuring deployment, the descriptor information is copied into the resource adapter for ease of access by the runtime.
connectionDefTemplateProps : ConnectionDefTemplateProps * A list of ConnectionDefTemplateProps instances.
activationSpecTemplateProps : ActivationSpecTemplateProps * A list of ActivationSpecTemplateProps instances.
j2cAdminObjects : J2CAdminObject * A set of configured J2CAdminObject instances.
adminObjectTemplateProps : AdminObjectTemplateProps * Merged RA and introspected admin object properties.
j2cActivationSpec : J2CActivationSpec * A set of configured J2CAdminObject instances.

Attribute Details

archivePath    -    Path to the .rar file containing the module for this resource adapter.
     data type:  String
     default Value:   unspecified



threadPoolAlias    -    The name of a thread pool that is configured in the server configuration that this resource adapter uses.If there is no thread pool configured in the server with this name, a default configured thread pool instance for the server will be used.
     data type:  String
     default Value:   Default



jaasLoginConfiguration    -    An optional reference to a JAASConfigurationEntry which defines a login configuration for application components with resource-authorization=Container.
     data type: JAASConfigurationEntry*



deploymentDescriptor    -    During deployment, the descriptor information is copied into the resource adapter for ease of access by the runtime.
     data type: Connector



connectionDefTemplateProps    -    A list of ConnectionDefTemplateProps instances.
     data type: ConnectionDefTemplateProps*



activationSpecTemplateProps    -    A list of ActivationSpecTemplateProps instances.
     data type: ActivationSpecTemplateProps*



j2cAdminObjects    -    A set of configured J2CAdminObject instances.
     data type: J2CAdminObject*



adminObjectTemplateProps    -    Merged RA and introspected admin object properties. These are used as a template when creating a J2CAdminObject.
     data type: AdminObjectTemplateProps*



j2cActivationSpec    -    A set of configured J2CAdminObject instances.
     data type: J2CActivationSpec*


Copyright IBM Corp. 1997-2004