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 |
ManagedConnectionFactory.createConnectionFactory(ConnectionManager cxManager)
Creates a Connection Factory instance.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsConnectionManager
The resource adapters own ConnectionManager, used in non-managed
environments.
|
Modifier and Type | Method and Description |
---|---|
Object |
JmsManagedConnectionFactory.createConnectionFactory(ConnectionManager cxManager)
Create a ConnectionFactory with appserver hook
|
Constructor and Description |
---|
JmsConnectionFactoryImpl(ManagedConnectionFactory mcf,
ConnectionManager cm) |
JmsSessionFactoryImpl(ManagedConnectionFactory mcf,
ConnectionManager cm,
int type) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.