|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseWrapperManagedConnection | |
|---|---|
| org.jboss.jca.adapters.jdbc | The JDBC resource adapter with pooling support |
| org.jboss.jca.adapters.jdbc.jdk6 | This package contains the JDBC 4.0 extension |
| org.jboss.jca.adapters.jdbc.local | Loca transaction support |
| org.jboss.jca.adapters.jdbc.xa | This package contains the XA functionality |
| Uses of BaseWrapperManagedConnection in org.jboss.jca.adapters.jdbc |
|---|
| Methods in org.jboss.jca.adapters.jdbc that return types with arguments of type BaseWrapperManagedConnection | |
|---|---|
Set<BaseWrapperManagedConnection> |
BaseWrapperManagedConnectionFactory.getInvalidConnections(Set connectionSet)
Get the invalid connections |
| Methods in org.jboss.jca.adapters.jdbc with parameters of type BaseWrapperManagedConnection | |
|---|---|
WrappedConnection |
WrappedConnectionFactory.createWrappedConnection(BaseWrapperManagedConnection mc)
Create a wrapped connection |
| Constructors in org.jboss.jca.adapters.jdbc with parameters of type BaseWrapperManagedConnection | |
|---|---|
WrappedConnection(BaseWrapperManagedConnection mc)
Constructor |
|
| Uses of BaseWrapperManagedConnection in org.jboss.jca.adapters.jdbc.jdk6 |
|---|
| Methods in org.jboss.jca.adapters.jdbc.jdk6 with parameters of type BaseWrapperManagedConnection | |
|---|---|
WrappedConnection |
WrappedConnectionFactoryJDK6.createWrappedConnection(BaseWrapperManagedConnection mc)
Wrap connection |
| Constructors in org.jboss.jca.adapters.jdbc.jdk6 with parameters of type BaseWrapperManagedConnection | |
|---|---|
WrappedConnectionJDK6(BaseWrapperManagedConnection mc)
Create a new WrappedConnectionJDK6. |
|
| Uses of BaseWrapperManagedConnection in org.jboss.jca.adapters.jdbc.local |
|---|
| Subclasses of BaseWrapperManagedConnection in org.jboss.jca.adapters.jdbc.local | |
|---|---|
class |
LocalManagedConnection
LocalManagedConnection |
| Uses of BaseWrapperManagedConnection in org.jboss.jca.adapters.jdbc.xa |
|---|
| Subclasses of BaseWrapperManagedConnection in org.jboss.jca.adapters.jdbc.xa | |
|---|---|
class |
XAManagedConnection
XAManagedConnection |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||