|
|||||||||
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 |
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 |
---|
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