com.solarmetric.kodo.impl.jdbc.ee
Class DefaultConnectionManager
java.lang.Object
|
+--com.solarmetric.kodo.impl.jdbc.ee.DefaultConnectionManager
- All Implemented Interfaces:
- javax.resource.spi.ConnectionManager, Serializable
- public class DefaultConnectionManager
- extends Object
- implements javax.resource.spi.ConnectionManager
The default ConnectionManager implementation for the non-managed scenario.
This provieds a hook for a resource adapter to pass a connection
request to an application server.
- See Also:
- Serialized Form
|
Method Summary |
Object |
allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
|
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConnectionManager
public DefaultConnectionManager()
allocateConnection
public Object allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
throws javax.resource.ResourceException
- Specified by:
allocateConnection in interface javax.resource.spi.ConnectionManager
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.