public class Dev0Strategy<C extends IPhynixxConnection> extends PhynixxManagedConnectionListenerAdapter<C> implements IPhynixxLoggerSystemStrategy<C>
| Modifier and Type | Field and Description |
|---|---|
static org.csc.phynixx.connection.loggersystem.Dev0Strategy.Dev0Logger |
THE_DEV0_LOGGER |
| Constructor and Description |
|---|
Dev0Strategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes the strategy including all resources
|
void |
connectionRequiresTransaction(IManagedConnectionEvent<C> event)
NOOP
|
IPhynixxManagedConnection<C> |
decorate(IPhynixxManagedConnection<C> managedConnection)
installs this strategy to the given connection
|
List<IXADataRecorder> |
readIncompleteTransactions()
recovers all Loggers of the system and returns a list of all reopen message sequences
Each message sequence represents an incomplete transaction.
|
connectionCommitted, connectionCommitting, connectionErrorOccurred, connectionFreed, connectionPrepared, connectionPreparing, connectionRecovered, connectionRecovering, connectionReleased, connectionRequiresTransactionExecuted, connectionReset, connectionRolledback, connectionRollingBackclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconnectionCommitted, connectionCommitting, connectionErrorOccurred, connectionFreed, connectionPrepared, connectionPreparing, connectionRecovered, connectionRecovering, connectionReleased, connectionRequiresTransactionExecuted, connectionReset, connectionRolledback, connectionRollingBackpublic static final org.csc.phynixx.connection.loggersystem.Dev0Strategy.Dev0Logger THE_DEV0_LOGGER
public void close()
IPhynixxLoggerSystemStrategyclose in interface IPhynixxLoggerSystemStrategy<C extends IPhynixxConnection>public IPhynixxManagedConnection<C> decorate(IPhynixxManagedConnection<C> managedConnection)
IPhynixxConnectionProxyDecoratordecorate in interface IPhynixxConnectionProxyDecorator<C extends IPhynixxConnection>public void connectionRequiresTransaction(IManagedConnectionEvent<C> event)
PhynixxManagedConnectionListenerAdapterconnectionRequiresTransaction in interface IPhynixxManagedConnectionListener<C extends IPhynixxConnection>connectionRequiresTransaction in class PhynixxManagedConnectionListenerAdapter<C extends IPhynixxConnection>event - current connectionpublic List<IXADataRecorder> readIncompleteTransactions()
IPhynixxLoggerSystemStrategyreadIncompleteTransactions in interface IPhynixxLoggerSystemStrategy<C extends IPhynixxConnection>Copyright © 2017. All rights reserved.