net.sf.dropboxmq.resource.spi
Class DefaultConnectionManager

java.lang.Object
  extended by net.sf.dropboxmq.resource.spi.DefaultConnectionManager
All Implemented Interfaces:
Serializable, ConnectionManager

public class DefaultConnectionManager
extends Object
implements ConnectionManager

Created: 09 Oct 2006

Version:
$Revision: 211 $, $Date: 2010-11-14 14:21:24 -0700 (Sun, 14 Nov 2010) $
Author:
Dwayne Schultz
See Also:
Serialized Form

Constructor Summary
DefaultConnectionManager()
           
 
Method Summary
 Object allocateConnection(ManagedConnectionFactory managedConnectionFactory, ConnectionRequestInfo connectionRequestInfo)
           
protected  String toObjectString()
           
 
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 managedConnectionFactory,
                                 ConnectionRequestInfo connectionRequestInfo)
                          throws ResourceException
Specified by:
allocateConnection in interface ConnectionManager
Throws:
ResourceException

toObjectString

protected final String toObjectString()