This type is a class for model objects.
@version J2EE1.4 The outbound-resourceadapterType specifies information about an outbound resource adapter. The information includes fully qualified names of classes/interfaces required as part of the connector architecture specified contracts for connection management, level of transaction support provided, 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 | |
reauthenticationSupport : EBoolean | 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. |
transactionSupport : TransactionSupportKind | * No description is available * |
connectionDefinitions : ConnectionDefinition * | * No description is available * |
authenticationMechanisms : AuthenticationMechanism * | * No description is available * |
Attribute Details |