This type is a class for model objects.
The connector element is the root element of the deployment descriptor for the resource adapter. This element includes general information - vendor name, version, specification version supported, icon - about the resource adapter module. It also includes information specific to the implementation of the resource adapter library as specified through the element resourceadapter.
Package: jcaAttributes Summary | |
vendorName : EString | Specifies the name of resource adapter provider vendor. Example: Wombat Corp. |
specVersion : EString | Specifies the version of the connector architecture specification that is supported by this resource adapter. This information enables deployer to configure the resource adapter to support deployment and runtime requirements of the corresponding connector architecture specification. |
eisType : EString | Contains information about the type of the EIS. For example, the type of an EIS can be product name of EIS independent of any version info. This helps in identifying EIS instances that can be used with this resource adapter. |
version : EString | Specifies a string-based version of the resource adapter from the resource adapter provider. Example: 1.5 |
license : License @ | Specifies licensing requirements for the resource adapter module. This element specifies whether a license is required to deploy and use this resource adapter, and an optional description of the licensing terms (examples: duration of license, number of connection restrictions). |
resourceAdapter : ResourceAdapter @ | * No description is available * |
Attribute Details |