| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@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.
| Required Element Summary | |
|---|---|
|  java.lang.Class | connectionSpecifies the Connection interface supported by the resource adapter. | 
|  java.lang.Class | connectionFactorySpecifies the ConnectionFactory interface supported by the resource adapter. | 
|  java.lang.Class | connectionFactoryImplSpecifies the Class provided by the resource adapter that implements the resource adapter specific ConnectionFactory interface. | 
|  java.lang.Class | connectionImplSpecifies the class provided by the resource adapter that implements the resource adapter specific Connection interface. | 
| Element Detail | 
|---|
public abstract java.lang.Class connectionFactory
public abstract java.lang.Class connectionFactoryImpl
public abstract java.lang.Class connection
public abstract java.lang.Class connectionImpl
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
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