org.objectweb.joram.client.connector
Class DefaultConnectionManager
java.lang.Object
org.objectweb.joram.client.connector.DefaultConnectionManager
- 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.
- Serialized Form
Object | allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequest) - Returns a
javax.jms.Connection connection instance for
a non managed application.
|
DefaultConnectionManager
public DefaultConnectionManager()
Creates a DefaultConnectionManager
instance.
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