Uses of Class
org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnection

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.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 
 

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, boolean spy, String jndiName)
          Create a wrapped connection
 

Constructors in org.jboss.jca.adapters.jdbc with parameters of type BaseWrapperManagedConnection
WrappedConnection(BaseWrapperManagedConnection mc, boolean spy, String jndiName)
          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, boolean spy, String jndiName)
          Wrap connection
 

Constructors in org.jboss.jca.adapters.jdbc.jdk6 with parameters of type BaseWrapperManagedConnection
WrappedConnectionJDK6(BaseWrapperManagedConnection mc, boolean spy, String jndiName)
          Create a new WrappedConnectionJDK6.
 

Uses of BaseWrapperManagedConnection in org.jboss.jca.adapters.jdbc.jdk7
 

Methods in org.jboss.jca.adapters.jdbc.jdk7 with parameters of type BaseWrapperManagedConnection
 WrappedConnection WrappedConnectionFactoryJDK7.createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, String jndiName)
          Wrap connection
 

Constructors in org.jboss.jca.adapters.jdbc.jdk7 with parameters of type BaseWrapperManagedConnection
WrappedConnectionJDK7(BaseWrapperManagedConnection mc, boolean spy, String jndiName)
          Create a new WrappedConnectionJDK7.
 

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
 



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)