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 |
---|---|
ManagedConnection |
ManagedConnectionFactory.createManagedConnection(Subject subject,
ConnectionRequestInfo cxRequestInfo)
Creates a new physical connection to the underlying EIS
resource manager.
|
ManagedConnection |
ManagedConnectionFactory.matchManagedConnections(Set connectionSet,
Subject subject,
ConnectionRequestInfo cxRequestInfo)
Returns a matched connection from the candidate set of connections.
|
Modifier and Type | Method and Description |
---|---|
void |
LazyEnlistableConnectionManager.lazyEnlist(ManagedConnection mc)
This method is called by a resource adapter (that is capable of
lazy transaction enlistment optimization) in order to lazily enlist
a connection object with a XA transaction.
|
Constructor and Description |
---|
ConnectionEvent(ManagedConnection source,
int eid)
Construct a ConnectionEvent object.
|
ConnectionEvent(ManagedConnection source,
int eid,
Exception exception)
Construct a ConnectionEvent object.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsManagedConnection
Managed Connection, manages one or more JMS sessions.
|
Modifier and Type | Method and Description |
---|---|
ManagedConnection |
JmsManagedConnectionFactory.createManagedConnection(Subject subject,
ConnectionRequestInfo info)
Create a new connection to manage in pool
|
ManagedConnection |
JmsManagedConnectionFactory.matchManagedConnections(Set connectionSet,
Subject subject,
ConnectionRequestInfo info)
Match a set of connections from the pool
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.