|
Class Summary |
| ConnectionManagerImpl |
Implementation of javax.resource.spi.ConnectionManager Interface
One ConnectionManager instance per ManagedConnectionFactory instance |
| ConnectionPool |
ConnectionPool allows JRunConnectionWrapper objects to be pooled through the PoolManager. |
| ConnectionPool.JRunConnectionWrapperFactory |
Create the right kind of wrapper depending on the Transaction support in the metadata |
| J2EEConnector |
This object is created for each instance of the ManagedConnectionFactory object. |
| J2EEConnectorFactory |
Creates the J2EEConnector object instances specified in the rar through the Create method
Each J2EEConnector instance corresponds to an instance of the ManagedConnectionFactory |
| J2EEConnectorObjectFactory |
Object Factory for Connection factory objects
Called by JNDI on connection factory lookup |
| JRunConnectionWrapper |
Base Wrapper class to hold the ManagedConnection, connectionhandle and security info. |
| LocalTxConnectionWrapper |
Wrapper class to hold the ManagedConnection, connectionhandle, security info and
LocalTransaction information. |
| LocalTxXAResource |
|
| NoTxConnectionWrapper |
Wrapper class to hold the ManagedConnection, connectionhandle, security info and Transaction
information for Connections with no transaction support |
| XAConnectionWrapper |
Wrapper class to hold the ManagedConnection, connectionhandle, security info and Transaction information. |