List of usage examples for javax.resource.spi ManagedConnectionFactory interface-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.webdav.connector.WebDAVManagedConnectionFactory.java
/** * * @version $Revision: 208159 $ * */ public class WebDAVManagedConnectionFactory implements ManagedConnectionFactory {
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.
*