org.otfeed.j2ee.ra
Class DefaultConnectionManager

java.lang.Object
  extended by org.otfeed.j2ee.ra.DefaultConnectionManager
All Implemented Interfaces:
java.io.Serializable, javax.resource.spi.ConnectionManager

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

See Also:
Serialized Form

Constructor Summary
DefaultConnectionManager()
           
 
Method Summary
 java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory factory, javax.resource.spi.ConnectionRequestInfo info)
           
 
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 java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory factory,
                                           javax.resource.spi.ConnectionRequestInfo info)
                                    throws javax.resource.ResourceException
Specified by:
allocateConnection in interface javax.resource.spi.ConnectionManager
Throws:
javax.resource.ResourceException


Copyright © 2007-2008 Mike Kroutikov. All Rights Reserved.