org.sourceforge.bdbadapter.cci
Class ConnectionManagerImpl

java.lang.Object
  |
  +--org.sourceforge.bdbadapter.cci.ConnectionManagerImpl
All Implemented Interfaces:
javax.resource.spi.ConnectionManager, java.io.Serializable

public class ConnectionManagerImpl
extends java.lang.Object
implements javax.resource.spi.ConnectionManager, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ConnectionManagerImpl()
           
 
Method Summary
 java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf, javax.resource.spi.ConnectionRequestInfo info)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ConnectionManagerImpl

public ConnectionManagerImpl()
Method Detail

allocateConnection

public java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf,
                                           javax.resource.spi.ConnectionRequestInfo info)
                                    throws javax.resource.ResourceException
Specified by:
allocateConnection in interface javax.resource.spi.ConnectionManager