ResourceAdapter

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 additionalrequired security permissions.If there is no authentication-mechanism specified as part ofresource adapter element then the resource adapter does notsupport any standard security authentication mechanisms as partof security contract. The application server ignores the securitypart of the system contracts in this case.



Attributes Summary
managedConnectionFactoryClass : String@since J2EE1.
connectionFactoryInterface : String@since J2EE1.
connectionFactoryImplClass : String@since J2EE1.
connectionInterface : String@since J2EE1.
connectionImplClass : String@since J2EE1.
transactionSupport : TransactionSupportKind@since J2EE1.
reauthenticationSupport : boolean@since J2EE1.
resourceAdapterClass : StringThe element resourceadapter-class specifies the fully qualified name of a Java class that implements the javax.
securityPermissions : SecurityPermission * @deprecated
authenticationMechanisms : AuthenticationMechanism *  
configProperties : ConfigProperty *  
outboundResourceAdapter : OutboundResourceAdapter@since J2EE1.
inboundResourceAdapter : InboundResourceAdapter@since J2EE1.
adminObjects : AdminObject * @since J2EE1.

Attribute Details

managedConnectionFactoryClass    -    @since J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.managedConnectionFactoryClassSpecifies 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.
     data type:  String
     default Value:   unspecified



connectionFactoryInterface    -    @since J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionFactoryInterfaceSpecifies the fully-qualified name of the ConnectionFactory interface supported by the resource adapter.
     data type:  String
     default Value:   unspecified



connectionFactoryImplClass    -    @since J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionFactoryImplClassSpecifies the fully-qualified name of the ConnectionFactory class that implements resource adapter specific ConnectionFactory interface.
     data type:  String
     default Value:   unspecified



connectionInterface    -    @since J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionInterface
     data type:  String
     default Value:   unspecified



connectionImplClass    -    @since J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionImplClassSpecifies the fully-qualified name of the Connection interface supported by the resource adapter.
     data type:  String
     default Value:   unspecified



transactionSupport    -    @since J2EE1.4 deprecated, becomes outboundResourceAdapter.transactionSupportThe transaction-support element specifies the level of transactionsupport provided by the resource adapter.The value of transaction-support must be one of the following: NoTransaction LocalTransaction XATransaction
     data type: TransactionSupportKind
     default Value:   unspecified
     Allowed Values:  NoTransaction   LocalTransaction   XATransaction  



reauthenticationSupport    -    @since J2EE1.4 deprecated, becomes outboundResourceAdapter.reauthenticationSupportSpecifies 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.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



resourceAdapterClass    -    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.
     data type:  String
     default Value:   unspecified



securityPermissions    -    @deprecated
     data type: SecurityPermission*



authenticationMechanisms    -     
     data type: AuthenticationMechanism*



configProperties    -     
     data type: ConfigProperty*



outboundResourceAdapter    -    @since J2EE1.4The connectionfactory-interface element content must be unique in the outbound-resourceadapter. Multiple connection-definitions can not use the same connectionfactory-type.
     data type: OutboundResourceAdapter



inboundResourceAdapter    -    @since J2EE1.4
     data type: InboundResourceAdapter



adminObjects    -    @since J2EE1.4
     data type: AdminObject*


Copyright IBM Corp. 1997-2004