| Package | Description |
|---|---|
| org.csc.phynixx.connection | |
| org.csc.phynixx.tutorial | |
| org.csc.phynixx.xa |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPhynixxManagedConnectionFactory<C extends IPhynixxConnection> |
| Modifier and Type | Class and Description |
|---|---|
class |
PhynixxManagedConnectionFactory<C extends IPhynixxConnection>
managedConnection are proxies for connections created by a
IPhynixxConnectionFactory. |
class |
PooledPhynixxManagedConnectionFactory<C extends IPhynixxConnection>
Factory pools the pure connection. before delivering the connection it ist decorate by the according to
PhynixxManagedConnectionFactory. |
| Modifier and Type | Method and Description |
|---|---|
IPhynixxConnectionFactory<C> |
PhynixxManagedConnectionFactory.getConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhynixxManagedConnectionFactory.setConnectionFactory(IPhynixxConnectionFactory<C> connectionFactory) |
| Constructor and Description |
|---|
PhynixxManagedConnectionFactory(IPhynixxConnectionFactory<C> connectionFactory) |
PhynixxRecovery(IPhynixxConnectionFactory<C> connectionFactory) |
PooledPhynixxManagedConnectionFactory(IPhynixxConnectionFactory<C> connectionFactory) |
PooledPhynixxManagedConnectionFactory(IPhynixxConnectionFactory<C> connectionFactory,
org.apache.commons.pool2.impl.GenericObjectPoolConfig genericPoolConfig) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TAEnabledUTFWriterFactory
Created by Christoph Schmidt-Casdorff on 04.02.14.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TAEnabledUTFWriterFactoryImpl
Created by Christoph Schmidt-Casdorff on 04.02.14.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPhynixxXAResourceFactory<T extends IPhynixxConnection>
Created by Christoph Schmidt-Casdorff on 09.07.14.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PhynixxXAResourceFactory<T extends IPhynixxConnection> |
Copyright © 2017. All rights reserved.