xmlBlaster 2.2.0 API

org.xmlBlaster.j2ee.k2
Class BlasterConnectionManager

java.lang.Object
  extended by org.xmlBlaster.j2ee.k2.BlasterConnectionManager
All Implemented Interfaces:
java.io.Serializable, javax.resource.spi.ConnectionManager

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

The resource adapters own ConnectionManager, used in non managed environments.

Since this implements is "invisible", pooling is not possible since there are no hooks to do thing. This simply means that each connection is allways created/closed.

Will handle some of the houskeeping an appserver nomaly does. close(); cleanup(); destroy() on error Created: Mon Jan 29 22:45:57 2001

See Also:
Serialized Form

Nested Class Summary
(package private)  class BlasterConnectionManager.ConnectionListener
           
 
Constructor Summary
BlasterConnectionManager()
           
 
Method Summary
 java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf, javax.resource.spi.ConnectionRequestInfo cxRequestInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlasterConnectionManager

public BlasterConnectionManager()
Method Detail

allocateConnection

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

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.