public class ConnectionManagerImpl extends Object implements javax.resource.spi.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(javax.resource.spi.ManagedConnectionFactory managedConnectionFactory,
javax.resource.spi.ConnectionRequestInfo connectionRequestInfo) |
public ConnectionManagerImpl()
public Object allocateConnection(javax.resource.spi.ManagedConnectionFactory managedConnectionFactory, javax.resource.spi.ConnectionRequestInfo connectionRequestInfo) throws javax.resource.ResourceException
allocateConnection
in interface javax.resource.spi.ConnectionManager
javax.resource.ResourceException
Copyright © 2018 Nuxeo. All rights reserved.