This type is a class for model objects.
Specifies information about the resource adapter. The information includes fully-qualified names of class/interfaces required as part of the connector architecture specified contracts, level of transaction support provided, configurable properties for ManagedConnectionFactory instances, one or more authentication mechanisms supported and additional required security permissions. If there is no authentication-mechanism specified as part of resource adapter element then the resource adapter does not support any standard security authentication mechanisms as part of security contract. The application server ignores the security part of the system contracts in this case.
Package: jcaAttributes Summary | |
managedConnectionFactoryClass : EString | @version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.managedConnectionFactoryClass Specifies the fully qualified name of the Java class that implements the javax.resource.spi.Managed-ConnectionFactory interface. This Java class is provided as part of resource adapter's implementation of connector architecture specified contracts. |
connectionFactoryInterface : EString | @version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionFactoryInterface Specifies the fully-qualified name of the ConnectionFactory interface supported by the resource adapter. |
connectionFactoryImplClass : EString | @version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionFactoryImplClass Specifies the fully-qualified name of the ConnectionFactory class that implements resource adapter specific ConnectionFactory interface. |
connectionInterface : EString | @version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionInterface |
connectionImplClass : EString | @version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionImplClass Specifies the fully-qualified name of the Connection interface supported by the resource adapter. |
transactionSupport : TransactionSupportKind | @version J2EE1.4 deprecated, becomes outboundResourceAdapter.transactionSupport The transaction-support element specifies the level of transaction support provided by the resource adapter. The value of transaction-support must be one of the following: NoTransaction LocalTransaction XATransaction |
reauthenticationSupport : EBoolean | @version J2EE1.4 deprecated, becomes outboundResourceAdapter.reauthenticationSupport Specifies whether the resource adapter implementation supports re-authentication of existing Managed-Connection instance. Note that this information is for the resource adapter implementation and not for the underlying EIS instance. |
resourceAdapterClass : EString | The element resourceadapter-class specifies the fully qualified name of a Java class that implements the javax.resource.spi.ResourceAdapter interface. This Java class is provided as part of resource adapter's implementation of connector architecture specified contracts. The implementation of this class is required to be a JavaBean. |
securityPermissions : SecurityPermission * | @deprecated |
authenticationMechanisms : AuthenticationMechanism * | * No description is available * |
configProperties : ConfigProperty * | * No description is available * |
outboundResourceAdapter : OutboundResourceAdapter @ | @version J2EE1.4 The connectionfactory-interface element content must be unique in the outbound-resourceadapter. Multiple connection-definitions can not use the same connectionfactory-type. |
inboundResourceAdapter : InboundResourceAdapter @ | @version J2EE1.4 |
adminObjects : AdminObject * | @version J2EE1.4 |
Attribute Details |