Package | Description |
---|---|
org.jboss.jca.adapters.jdbc |
The JDBC resource adapter with pooling support
|
org.jboss.jca.adapters.jdbc.jdk7 |
This package contains the JDBC 4.1 extension
|
org.jboss.jca.adapters.jdbc.local |
Loca transaction support
|
org.jboss.jca.adapters.jdbc.xa |
This package contains the XA functionality
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<BaseWrapperManagedConnection> |
BaseWrapperManagedConnectionFactory.getInvalidConnections(java.util.Set connectionSet)
Get the invalid connections
|
Modifier and Type | Method and Description |
---|---|
WrappedConnection |
WrappedConnectionFactory.createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
java.lang.String jndiName)
Create a wrapped connection
|
Constructor and Description |
---|
WrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
java.lang.String jndiName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
WrappedConnection |
WrappedConnectionFactoryJDK7.createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
java.lang.String jndiName)
Wrap connection
|
Constructor and Description |
---|
WrappedConnectionJDK7(BaseWrapperManagedConnection mc,
boolean spy,
java.lang.String jndiName)
Create a new WrappedConnectionJDK7.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalManagedConnection
LocalManagedConnection
|
Modifier and Type | Class and Description |
---|---|
class |
XAManagedConnection
XAManagedConnection
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)