JavaScript is disabled on your browser.
Skip navigation links
javax.resource.spi

Annotation Type ConnectionDefinition

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element and Description
      Class connection
      Specifies the Connection interface supported by the resource adapter.
      Class connectionFactory
      Specifies the ConnectionFactory interface supported by the resource adapter.
      Class connectionFactoryImpl
      Specifies the Class provided by the resource adapter that implements the resource adapter specific ConnectionFactory interface.
      Class connectionImpl
      Specifies the class provided by the resource adapter that implements the resource adapter specific Connection interface.
    • Element Detail

      • connectionFactory

        public abstract Class connectionFactory
        Specifies the ConnectionFactory interface supported by the resource adapter. Example: javax.resource.cci.ConnectionFactory or com.wombat.ConnectionFactory
      • connectionFactoryImpl

        public abstract Class connectionFactoryImpl
        Specifies the Class provided by the resource adapter that implements the resource adapter specific ConnectionFactory interface. Example: com.wombat.ConnectionFactoryImpl
      • connection

        public abstract Class connection
        Specifies the Connection interface supported by the resource adapter. Example: javax.resource.cci.Connection or com.wombat.Connection
      • connectionImpl

        public abstract Class connectionImpl
        Specifies the class provided by the resource adapter that implements the resource adapter specific Connection interface. Example: com.wombat.ConnectionImpl
Skip navigation links

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /