javax.resource.spi
Annotation Type ConnectionDefinition


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ConnectionDefinition

Since:
1.6
Version:
$Rev: 806898 $ $Date: 2009-08-23 00:11:25 +0200 (So, 23. Aug 2009) $

Required Element Summary
 Class connection
          Connection interface
 Class connectionFactory
           
 Class connectionFactoryImpl
           
 Class connectionImpl
           
 

Element Detail

connection

public abstract Class connection
Connection interface

Returns:
class of connection interface

connectionFactory

public abstract Class connectionFactory

connectionImpl

public abstract Class connectionImpl

connectionFactoryImpl

public abstract Class connectionFactoryImpl


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.