Spec-Zone .ru
спецификации, руководства, описания, API


javax.resource.spi
Annotation Type ConnectionDefinition


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ConnectionDefinition

Defines a set of connection interfaces and classes pertaining to a particular connection type. This annotation can be placed only on a JavaBean that implements the ManagedConnectionFactory interface.

Since:
1.6
Version:
Java EE Connector Architecture 1.6

Required Element Summary
 java.lang.Class connection
          Specifies the Connection interface supported by the resource adapter.
 java.lang.Class connectionFactory
          Specifies the ConnectionFactory interface supported by the resource adapter.
 java.lang.Class connectionFactoryImpl
          Specifies the Class provided by the resource adapter that implements the resource adapter specific ConnectionFactory interface.
 java.lang.Class connectionImpl
          Specifies the class provided by the resource adapter that implements the resource adapter specific Connection interface.
 

Element Detail

connectionFactory

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


connectionFactoryImpl

public abstract java.lang.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 java.lang.Class connection
Specifies the Connection interface supported by the resource adapter. Example: javax.resource.cci.Connection or com.wombat.Connection


connectionImpl

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



Submit a bug or feature

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

Generated on 10-February-2011 12:41

free hit counter