Package | Description |
---|---|
org.jboss.jca.adapters.jdbc |
The JDBC resource adapter with pooling support
|
org.jboss.jca.adapters.jdbc.classloading |
Default classloader plugin
|
org.jboss.jca.adapters.jdbc.jdk7 |
This package contains the JDBC 4.1 extension
|
org.jboss.jca.adapters.jdbc.jdk8 |
This package contains the JDBC 4.2 extension
|
Modifier and Type | Method and Description |
---|---|
ClassLoaderPlugin |
BaseWrapperManagedConnectionFactory.getClassLoaderPlugin()
Get the clPlugin.
|
Modifier and Type | Method and Description |
---|---|
WrappedConnection |
WrappedConnectionFactory.createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName,
boolean doLocking,
ClassLoaderPlugin clp)
Create a wrapped connection
|
void |
BaseWrapperManagedConnectionFactory.setClassLoaderPlugin(ClassLoaderPlugin clPlugin)
Set the clPlugin.
|
Constructor and Description |
---|
WrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName,
boolean doLocking,
ClassLoaderPlugin classLoaderPlugin)
Constructor
|
WrapperDataSource(BaseWrapperManagedConnectionFactory mcf,
javax.resource.spi.ConnectionManager cm,
ClassLoaderPlugin classLoaderPlugin)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
TCClassLoaderPlugin
A TCClassLoaderPlugin.
|
Modifier and Type | Method and Description |
---|---|
WrappedConnection |
WrappedConnectionFactoryJDK7.createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName,
boolean doLocking,
ClassLoaderPlugin clp)
Wrap connection
|
Constructor and Description |
---|
WrappedConnectionJDK7(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName,
boolean doLocking,
ClassLoaderPlugin clp)
Create a new WrappedConnectionJDK7.
|
Modifier and Type | Method and Description |
---|---|
WrappedConnection |
WrappedConnectionFactoryJDK8.createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName,
boolean doLocking,
ClassLoaderPlugin clp)
Wrap connection
|
Constructor and Description |
---|
WrappedConnectionJDK8(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName,
boolean doLocking,
ClassLoaderPlugin clp)
Create a new WrappedConnectionJDK8.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.