OutboundResourceAdapter

@since J2EE1.4The outbound-resourceadapterType specifies information aboutan outbound resource adapter. The information includes fullyqualified names of classes/interfaces required as part ofthe connector architecture specified contracts forconnection management, level of transaction supportprovided, one or more authentication mechanisms supportedand additional required 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 aspart of security contract. The application server ignoresthe security part of the system contracts in this case.



Attributes Summary
reauthenticationSupport : booleanThe element reauthentication-support specifies whether the resource adapter implementation supports re-authentication of existing Managed- Connection instance.
transactionSupport : TransactionSupportKind  
connectionDefinitions : ConnectionDefinition *  
authenticationMechanisms : AuthenticationMechanism *  

Attribute Details

reauthenticationSupport    -    The element reauthentication-support 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. This element must have either a "true" or "false" value.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



transactionSupport    -     
     data type: TransactionSupportKind
     default Value:   unspecified
     Allowed Values:  NoTransaction   LocalTransaction   XATransaction  



connectionDefinitions    -     
     data type: ConnectionDefinition*



authenticationMechanisms    -     
     data type: AuthenticationMechanism*


Copyright IBM Corp. 1997-2004