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

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

Introduction

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

Usage

From source file org.soulwing.oaq.OAQManagedConnectionFactory.java

/**
 * A {@link ManagedConnectionFactory} that provides access to Oracle AQ.
 *
 * @author Carl Harris
 */
public class OAQManagedConnectionFactory implements ManagedConnectionFactory, ResourceAdapterAssociation {

From source file org.apache.cxf.jca.outbound.ManagedConnectionFactoryImpl.java

public class ManagedConnectionFactoryImpl implements ManagedConnectionFactory, ResourceAdapterAssociation {

    private static final long serialVersionUID = -5294527634981120642L;
    private static final Logger LOG = LogUtils.getL7dLogger(ManagedConnectionFactoryImpl.class);

    private String busConfigURL;

From source file org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionFactoryImpl.java

/**
 * The managed connection factory receives requests from the application server
 * to create new {@link ManagedConnection} (the physical connection).
 * <p>
 * It also is a factory for {@link ConnectionFactory}s.
 *

From source file org.eclipse.ecr.core.storage.sql.ra.ManagedConnectionFactoryImpl.java

/**
 * The managed connection factory receives requests from the application server
 * to create new {@link ManagedConnection} (the physical connection).
 * <p>
 * It also is a factory for {@link ConnectionFactory}s.
 *