public class ConnectionManagerImpl extends Object implements ConnectionManager
ConnectionManager
is used in non-managed
scenarios when there is no application server to provide one.
It receives connection requests from the ConnectionFactory
and passes
them to the application server.
Constructor and Description |
---|
ConnectionManagerImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
allocateConnection(ManagedConnectionFactory managedConnectionFactory,
ConnectionRequestInfo connectionRequestInfo) |
public Object allocateConnection(ManagedConnectionFactory managedConnectionFactory, ConnectionRequestInfo connectionRequestInfo) throws ResourceException
allocateConnection
in interface ConnectionManager
ResourceException
Copyright © 2011 Nuxeo SA. All Rights Reserved.