Package | Description |
---|---|
org.jboss.jca.core.connectionmanager |
This package contains the connection manager implementation.
|
org.jboss.jca.core.connectionmanager.notx |
This package contains the non-tx connection manager implementation.
|
Modifier and Type | Method and Description |
---|---|
NoTxConnectionManager |
ConnectionManagerFactory.createNonTransactional(javax.resource.spi.TransactionSupport.TransactionSupportLevel tsl,
Pool pool,
org.jboss.security.SubjectFactory subjectFactory,
java.lang.String securityDomain,
boolean useCcm,
CachedConnectionManager ccm,
boolean sharable,
boolean enlistment,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy,
java.lang.Integer allocationRetry,
java.lang.Long allocationRetryWaitMillis)
Create a connection manager
|
Modifier and Type | Class and Description |
---|---|
class |
NoTxConnectionManagerImpl
Non transactional connection manager implementation.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)