com.ibm.ims.rds
Class ClientConnectionManager

java.lang.Object
  |
  +--com.ibm.ims.rds.ClientConnectionManager
All Implemented Interfaces:
javax.resource.spi.ConnectionManager, java.io.Serializable

public final class ClientConnectionManager
extends java.lang.Object
implements javax.resource.spi.ConnectionManager

See Also:
Serialized Form

Constructor Summary
ClientConnectionManager()
           
 
Method Summary
 java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory managedConnectionFactory, javax.resource.spi.ConnectionRequestInfo requestInfo)
          Calls the associated ManagedConnectionFactory to obtain a connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientConnectionManager

public ClientConnectionManager()
Method Detail

allocateConnection

public java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory managedConnectionFactory,
                                           javax.resource.spi.ConnectionRequestInfo requestInfo)
                                    throws javax.resource.ResourceException
Calls the associated ManagedConnectionFactory to obtain a connection.
Specified by:
allocateConnection in interface javax.resource.spi.ConnectionManager


(C) International Business Machines Corporation 2004. All rights reserved.