Package org.apache.jackrabbit.jca
Class JCAConnectionManager
- java.lang.Object
- 
- org.apache.jackrabbit.jca.JCAConnectionManager
 
- 
- All Implemented Interfaces:
- Serializable,- javax.resource.spi.ConnectionManager
 
 public final class JCAConnectionManager extends Object implements javax.resource.spi.ConnectionManager This class implements the default connection manager.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description JCAConnectionManager()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectallocateConnection(javax.resource.spi.ManagedConnectionFactory mcf, javax.resource.spi.ConnectionRequestInfo cri)The method allocateConnection gets called by the resource adapter's connection factory instance.
 
- 
- 
- 
Method Detail- 
allocateConnectionpublic Object allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf, javax.resource.spi.ConnectionRequestInfo cri) throws javax.resource.ResourceException The method allocateConnection gets called by the resource adapter's connection factory instance.- Specified by:
- allocateConnectionin interface- javax.resource.spi.ConnectionManager
- Throws:
- javax.resource.ResourceException
 
 
- 
 
-