Connector Architecture 1.6 API 1.0.0.Final

javax.resource.spi
Annotation Type ConnectionDefinitions


@Documented
@Retention(value=RUNTIME)
@Target(value=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 the ManagedConnectionFactory interface.

Since:
1.6
Version:
Java EE Connector Architecture 1.6

Required Element Summary
 ConnectionDefinition[] value
          An array of ConnectionDefinitions associated with the ManagedConectionFactory JavaBean.
 

Element Detail

value

public abstract ConnectionDefinition[] value
An array of ConnectionDefinitions associated with the ManagedConectionFactory JavaBean.

Returns:
an array of ConnectionDefinitions associated with the ManagedConnectionFactory instance.

Connector Architecture 1.6 API 1.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.