javax.resource.cci

Interface ResourceAdapterMetaData


  • public interface ResourceAdapterMetaData
    The interface javax.resource.cci.ResourceAdapterMetaData provides information about capabilities of a resource adapter implementation. Note that this interface does not provide information about an EIS instance that is connected through the resource adapter.

    A CCI client uses a ConnectionFactory.getMetaData to get metadata information about the resource adapter. The getMetaData method does not require that an active connection to an EIS instance should have been established.

    The ResourceAdapterMetaData can be extended to provide more information specific to a resource adapter implementation.

    Since:
    0.8
    Version:
    0.8
    Author:
    Rahul Sharma
    See Also:
    ConnectionFactory
    • Method Detail

      • getAdapterVersion

        String getAdapterVersion()
        Gets the version of the resource adapter.
        Returns:
        String representing version of the resource adapter
      • getAdapterVendorName

        String getAdapterVendorName()
        Gets the name of the vendor that has provided the resource adapter.
        Returns:
        String representing name of the vendor that has provided the resource adapter
      • getAdapterName

        String getAdapterName()
        Gets a tool displayable name of the resource adapter.
        Returns:
        String representing the name of the resource adapter
      • getAdapterShortDescription

        String getAdapterShortDescription()
        Gets a tool displayable short desription of the resource adapter.
        Returns:
        String describing the resource adapter
      • getSpecVersion

        String getSpecVersion()
        Returns a string representation of the version of the connector architecture specification that is supported by the resource adapter.
        Returns:
        String representing the supported version of the connector architecture
      • getInteractionSpecsSupported

        String[] getInteractionSpecsSupported()
        Returns an array of fully-qualified names of InteractionSpec types supported by the CCI implementation for this resource adapter. Note that the fully-qualified class name is for the implementation class of an InteractionSpec. This method may be used by tools vendor to find information on the supported InteractionSpec types. The method should return an array of length 0 if the CCI implementation does not define specific InteractionSpec types.
        Returns:
        Array of fully-qualified class names of InteractionSpec classes supported by this resource adapter's CCI implementation
        See Also:
        InteractionSpec
      • supportsExecuteWithInputAndOutputRecord

        boolean supportsExecuteWithInputAndOutputRecord()
        Returns true if the implementation class for the Interaction interface implements public boolean execute(InteractionSpec ispec, Record input, Record output) method; otherwise the method returns false.
        Returns:
        boolean depending on method support
        See Also:
        Interaction
      • supportsExecuteWithInputRecordOnly

        boolean supportsExecuteWithInputRecordOnly()
        Returns true if the implementation class for the Interaction interface implements public Record execute(InteractionSpec ispec, Record input) method; otherwise the method returns false.
        Returns:
        boolean depending on method support
        See Also:
        Interaction
      • supportsLocalTransactionDemarcation

        boolean supportsLocalTransactionDemarcation()
        Returns true if the resource adapter implements the LocalTransaction interface and supports local transaction demarcation on the underlying EIS instance through the LocalTransaction interface.
        Returns:
        true if resource adapter supports resource manager local transaction demarcation through LocalTransaction interface; false otherwise
        See Also:
        LocalTransaction

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/resource/cci/resourceadaptermetadata.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:fr Manuel PHP : https://docs.oracle.com

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.