- 
 @Documented @Retention(RUNTIME) @Target(TYPE) public @interface ConnectionDefinitions Defines a set of connection definitions that the JavaBean, that has been annotated with this annotation, is a part of. This annotation can be placed only on a JavaBean that implements theManagedConnectionFactoryinterface.- Since:
- 1.6
 
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description ConnectionDefinition[]valueAn array ofConnectionDefinitions associated with theManagedConectionFactoryJavaBean.
 
- 
- 
- 
Element Detail- 
valueConnectionDefinition[] value An array ofConnectionDefinitions associated with theManagedConectionFactoryJavaBean.- Returns:
- an array of ConnectionDefinitions associated with theManagedConnectionFactoryinstance.
 
 
- 
 
-