Interface OutboundResourceAdapter
- All Superinterfaces:
Cloneable,CopyableMetaData,IdDecoratedMetadata,JCAMetadata,MergeableMetadata<OutboundResourceAdapter>,Serializable
public interface OutboundResourceAdapter
extends IdDecoratedMetadata, MergeableMetadata<OutboundResourceAdapter>, CopyableMetaData
A OutboundResourceAdapter.
- Author:
- Stefano Maestri
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanA validate method.Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copyMethods inherited from interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
getIdMethods inherited from interface org.jboss.jca.common.api.metadata.spec.MergeableMetadata
merge
-
Method Details
-
getConnectionDefinitions
List<ConnectionDefinition> getConnectionDefinitions()- Returns:
- connectionDefinition
-
getTransactionSupport
TransactionSupportEnum getTransactionSupport()- Returns:
- transactionSupport
-
getAuthenticationMechanisms
List<AuthenticationMechanism> getAuthenticationMechanisms()- Returns:
- authenticationMechanism
-
getReauthenticationSupport
boolean getReauthenticationSupport()- Returns:
- reauthenticationSupport
-
getTransactionSupportId
String getTransactionSupportId()- Returns:
- transactionSupportId
-
getReauthenticationSupportId
String getReauthenticationSupportId()- Returns:
- reauthenticationSupportId
-
validationAsBoolean
boolean validationAsBoolean()A validate method. Don't extending for the momentValidatableMetadata- Returns:
- true if Ra is valid, flase in the other cases
-