|
||||||||||
| 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 | |
|---|---|
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 |
|---|
public abstract Class connectionFactory
public abstract Class connectionFactoryImpl
public abstract Class connection
public abstract Class connectionImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||