ResourceAdapter


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: jca

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  Connector.resourceAdapter



Attributes 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

managedConnectionFactoryClass  -  @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.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

connectionFactoryInterface  -  @version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionFactoryInterface Specifies the fully-qualified name of the ConnectionFactory interface supported by the resource adapter.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

connectionFactoryImplClass  -  @version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionFactoryImplClass Specifies the fully-qualified name of the ConnectionFactory class that implements resource adapter specific ConnectionFactory interface.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

connectionInterface  -  @version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionInterface
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

connectionImplClass  -  @version J2EE1.4 deprecated, becomes outboundResourceAdapter.connectionDefinitions.connectionImplClass Specifies the fully-qualified name of the Connection interface supported by the resource adapter.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

transactionSupport  -  @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
    Data Type: TransactionSupportKind
    Default value:  unspecified
    Allowed values:
        0 - NoTransaction
        1 - LocalTransaction
        2 - XATransaction
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

reauthenticationSupport  -  @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.
    Data Type: EBoolean
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  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: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

securityPermissions  -  @deprecated
    Reference Type: SecurityPermission *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

authenticationMechanisms  -  * No description is available *
    Reference Type: AuthenticationMechanism *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

configProperties  -  * No description is available *
    Reference Type: ConfigProperty *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

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.
    Reference Type: OutboundResourceAdapter @
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

inboundResourceAdapter  -  @version J2EE1.4
    Reference Type: InboundResourceAdapter @
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

adminObjects  -  @version J2EE1.4
    Reference Type: AdminObject *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006