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 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 moment
      invalid reference
      ValidatableMetadata
      Returns:
      true if Ra is valid, flase in the other cases