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
value
public abstract ConnectionDefinition[] value
- An array of
ConnectionDefinitions associated
with the ManagedConectionFactory JavaBean.
- Returns:
- an array of
ConnectionDefinitions associated with
the ManagedConnectionFactory instance.
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)