SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.impl.jdbc.ee
Class DefaultConnectionManager

java.lang.Object
  |
  +--com.solarmetric.kodo.impl.jdbc.ee.DefaultConnectionManager
All Implemented Interfaces:
ConnectionManager, Serializable

public class DefaultConnectionManager
extends Object
implements 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

Constructor Summary
DefaultConnectionManager()
           
 
Method Summary
 Object allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequestInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConnectionManager

public DefaultConnectionManager()
Method Detail

allocateConnection

public Object allocateConnection(ManagedConnectionFactory mcf,
                                 ConnectionRequestInfo cxRequestInfo)
                          throws ResourceException
Specified by:
allocateConnection in interface ConnectionManager

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.