| Package | Description |
|---|---|
| org.csc.phynixx.connection | |
| org.csc.phynixx.connection.loggersystem |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoCommitDecorator<C extends IPhynixxConnection>
Created by christoph on 15.02.14.
|
| Modifier and Type | Method and Description |
|---|---|
List<IPhynixxConnectionProxyDecorator<C>> |
PhynixxRecovery.getConnectionProxyDecorators() |
List<IPhynixxConnectionProxyDecorator<C>> |
PhynixxManagedConnectionFactory.getManagedConnectionDecorators() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhynixxRecovery.addConnectionProxyDecorator(IPhynixxConnectionProxyDecorator<C> connectionProxyDecorator) |
void |
PhynixxManagedConnectionFactory.addManagedConnectionDecorator(IPhynixxConnectionProxyDecorator<C> connectionProxyDecorator) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPhynixxLoggerSystemStrategy<C extends IPhynixxConnection>
Each connection may have a
this IF represents a strategy assigning loggers to connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dev0Strategy<C extends IPhynixxConnection>
written data are fired an forgotten.
|
class |
LoggerPerTransactionStrategy<C extends IPhynixxConnection & IXADataRecorderAware>
this listener observes the lifecycle of a connection and associates a
xaDataRecorder if necessary.
|
Copyright © 2017. All rights reserved.