Package javax.resource.spi
Annotation Type ConnectionDefinition
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ConnectionDefinitionDefines a set of connection interfaces and classes pertaining to a particular connection type. This annotation can be placed only on a JavaBean that implements theManagedConnectionFactoryinterface.- Since:
- 1.6
- Version:
- Java EE Connector Architecture 1.6
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.ClassconnectionSpecifies the Connection interface supported by the resource adapter.java.lang.ClassconnectionFactorySpecifies the ConnectionFactory interface supported by the resource adapter.java.lang.ClassconnectionFactoryImplSpecifies the Class provided by the resource adapter that implements the resource adapter specific ConnectionFactory interface.java.lang.ClassconnectionImplSpecifies the class provided by the resource adapter that implements the resource adapter specific Connection interface.
-