Package | Description |
---|---|
javax.resource.spi |
The javax.resource.spi package contains APIs for the system
contracts defined in the Java EE Connector Architecture specification.
|
org.jboss.resource.adapter.jms |
Modifier and Type | Method and Description |
---|---|
Object |
ConnectionManager.allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo cxRequestInfo)
The method allocateConnection gets called by the resource adapter's
connection factory instance.
|
void |
LazyAssociatableConnectionManager.associateConnection(Object connection,
ManagedConnectionFactory mcf,
ConnectionRequestInfo cxReqInfo)
This method is called by a resource adapter (that is capable of
lazy connection association optimization) in order to lazily associate
a connection object with a
ManagedConnection instance. |
ManagedConnection |
ManagedConnectionFactory.createManagedConnection(Subject subject,
ConnectionRequestInfo cxRequestInfo)
Creates a new physical connection to the underlying EIS
resource manager.
|
Object |
ManagedConnection.getConnection(Subject subject,
ConnectionRequestInfo cxRequestInfo)
Creates a new connection handle for the underlying physical connection
represented by the ManagedConnection instance.
|
ManagedConnection |
ManagedConnectionFactory.matchManagedConnections(Set connectionSet,
Subject subject,
ConnectionRequestInfo cxRequestInfo)
Returns a matched connection from the candidate set of connections.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsConnectionRequestInfo
Request information used in pooling
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionRequestInfo |
JmsManagedConnection.getInfo()
Get the request info for this connection.
|
Modifier and Type | Method and Description |
---|---|
Object |
JmsConnectionManager.allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo cxRequestInfo)
Allocate a new connection.
|
ManagedConnection |
JmsManagedConnectionFactory.createManagedConnection(Subject subject,
ConnectionRequestInfo info)
Create a new connection to manage in pool
|
Object |
JmsManagedConnection.getConnection(Subject subject,
ConnectionRequestInfo info)
Get the physical connection handler.
|
static JmsCred |
JmsCred.getJmsCred(ManagedConnectionFactory mcf,
Subject subject,
ConnectionRequestInfo info)
Get our own simple cred
|
ManagedConnection |
JmsManagedConnectionFactory.matchManagedConnections(Set connectionSet,
Subject subject,
ConnectionRequestInfo info)
Match a set of connections from the pool
|
Constructor and Description |
---|
JmsManagedConnection(JmsManagedConnectionFactory mcf,
ConnectionRequestInfo info,
String user,
String pwd)
Create a JmsManagedConnection.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.