Example usage for javax.resource.spi ManagedConnectionMetaData interface-usage

List of usage examples for javax.resource.spi ManagedConnectionMetaData interface-usage

Introduction

In this page you can find the example usage for javax.resource.spi ManagedConnectionMetaData interface-usage.

Usage

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.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 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>