org.jboss.resource.connectionmanager
Class BaseConnectionManager2.ConnectionManagerProxy

java.lang.Object
  extended byorg.jboss.resource.connectionmanager.BaseConnectionManager2.ConnectionManagerProxy
All Implemented Interfaces:
ConnectionManager (src) , java.io.Serializable
Enclosing class:
BaseConnectionManager2 (src)

public static class BaseConnectionManager2.ConnectionManagerProxy
extends java.lang.Object
implements ConnectionManager (src) , java.io.Serializable

See Also:
Serialized Form

Method Summary
 java.lang.Object allocateConnection(ManagedConnectionFactory (src)  mcf, ConnectionRequestInfo (src)  cri)
          Gets called by the resource adapter's connection factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

allocateConnection

public java.lang.Object allocateConnection(ManagedConnectionFactory (src)  mcf,
                                           ConnectionRequestInfo (src)  cri)
                                    throws ResourceException (src) 
Description copied from interface: ConnectionManager (src)
Gets called by the resource adapter's connection factory. The resource adapter uses this method to pass its managed connection factory to the connection manager.

Specified by:
allocateConnection in interface ConnectionManager (src)
Parameters:
mcf -
cri -
Returns:
Throws:
ResourceException (src) -