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 Summary
Constructors Constructor Description JCAConnectionManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
allocateConnection(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
-
allocateConnection
public 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:
allocateConnection
in interfacejavax.resource.spi.ConnectionManager
- Throws:
javax.resource.ResourceException
-
-