| Package | Description |
|---|---|
| org.csc.phynixx.connection | |
| org.csc.phynixx.connection.loggersystem |
| Modifier and Type | Class and Description |
|---|---|
class |
PhynixxManagedConnectionFactory<C extends IPhynixxConnection>
managedConnection are proxies for connections created by a
IPhynixxConnectionFactory. |
class |
PhynixxManagedConnectionListenerAdapter<C extends IPhynixxConnection>
Noop Implementation of the IPhynixxManagedConnectionListener.
|
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 |
|---|---|
void |
IPhynixxManagedConnection.addConnectionListener(IPhynixxManagedConnectionListener<C> listener) |
void |
IPhynixxManagedConnection.removeConnectionListener(IPhynixxManagedConnectionListener<C> listener) |
| 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.