SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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

Constructor Summary
DefaultConnectionManager()
           
 
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
 

Constructor Detail

DefaultConnectionManager

public DefaultConnectionManager()
Method Detail

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

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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