org.objectweb.joram.client.connector

Class DefaultConnectionManager

Implemented Interfaces:
javax.resource.spi.ConnectionManager, java.io.Serializable

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

The DefaultConnectionManager class is the default connection manager provided with JORAM resource adapter, which intercepts connections requests coming from non managed client applications.

See Also:
Serialized Form

Constructor Summary

DefaultConnectionManager()
Creates a DefaultConnectionManager instance.

Method Summary

Object
allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequest)
Returns a javax.jms.Connection connection instance for a non managed application.

Constructor Details

DefaultConnectionManager

public DefaultConnectionManager()
Creates a DefaultConnectionManager instance.

Method Details

allocateConnection

public Object allocateConnection(ManagedConnectionFactory mcf,
                                 ConnectionRequestInfo cxRequest)
            throws ResourceException
Returns a javax.jms.Connection connection instance for a non managed application.


Copyright B) 2004 Scalagent - All rights reserved