List of usage examples for javax.resource.spi ManagedConnection interface-usage
From source file org.soulwing.oaq.OAQManagedConnection.java
/** * A {@link MessageManagedConnection} to Oracle AQ. * * @author Carl Harris */ public class OAQManagedConnection implements ManagedConnection, MessageManagedConnection {
From source file org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl.java
/**
* The managed connection represents an actual physical connection to the
* underlying storage. It is created by the {@link ManagedConnectionFactory},
* and then encapsulated into a {@link Connection} which is then returned to the
* application (via the {@link ConnectionFactory}).
* <p>
From source file org.apache.webdav.connector.WebDAVManagedConnection.java
/** * * @version $Revision: 207766 $ * */ public class WebDAVManagedConnection implements ManagedConnection {
From source file org.eclipse.ecr.core.storage.sql.ra.ManagedConnectionImpl.java
/**
* The managed connection represents an actual physical connection to the
* underlying storage. It is created by the {@link ManagedConnectionFactory},
* and then encapsulated into a {@link Connection} which is then returned to the
* application (via the {@link ConnectionFactory}).
* <p>
From source file com.googlecode.cassandra.jca.managed.connection.CassandraManagedConnection.java
/** * * @author sergey.sarabun@gmail.com * @date Apr 29, 2013 */ public class CassandraManagedConnection implements ManagedConnection, ConnectionProvider {
From source file org.nuxeo.ecm.core.jca.JCAManagedConnection.java
/**
* This class implements the managed connection for
* this resource adapter.
* <p>
* These sources are based on the JackRabbit JCA implementation (http://jackrabbit.apache.org/).
* <p>
From source file eu.luminis.httpjca.HttpManagedConnection.java
/** * HttpManagedConnection * * @version $Revision: $ */ public class HttpManagedConnection implements ManagedConnection {
From source file pl.psnc.synat.dsa.DataStorageManagedConnection.java
/** * Abstract class for all managed connection to data storage. * */ public abstract class DataStorageManagedConnection implements ManagedConnection {